linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Petr Vandrovec <vandrove@vc.cvut.cz>
To: viro@math.psu.edu
Cc: linux-kernel@vger.kernel.org, torvalds@transmeta.com
Subject: [PATCH] 2.5.6-pre2 dparent_lock
Date: Fri, 1 Mar 2002 13:14:41 +0100	[thread overview]
Message-ID: <20020301121441.GA1566@vana.vc.cvut.cz> (raw)

Hi,
  I did not notice anybody reporting this yet. Without this fs 
modules refuse to load to 2.5.6-pre2 due to missing dparent_lock
symbol. Tested with vfat and ncpfs.
				Petr Vandrovec
				vandrove@vc.cvut.cz


* Export dparent_lock symbol.

diff -urdN linux/kernel/ksyms.c linux/kernel/ksyms.c
--- linux/kernel/ksyms.c	Fri Mar  1 11:23:55 2002
+++ linux/kernel/ksyms.c	Fri Mar  1 12:03:57 2002
@@ -285,6 +285,7 @@
 EXPORT_SYMBOL(get_sb_bdev);
 EXPORT_SYMBOL(get_sb_nodev);
 EXPORT_SYMBOL(get_sb_single);
+EXPORT_SYMBOL(dparent_lock);
 
 /* for stackable file systems (lofs, wrapfs, cryptfs, etc.) */
 EXPORT_SYMBOL(default_llseek);

                 reply	other threads:[~2002-03-01 12:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020301121441.GA1566@vana.vc.cvut.cz \
    --to=vandrove@vc.cvut.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    --cc=viro@math.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).