linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] 2.5.6-pre2 dparent_lock
@ 2002-03-01 12:14 Petr Vandrovec
  0 siblings, 0 replies; only message in thread
From: Petr Vandrovec @ 2002-03-01 12:14 UTC (permalink / raw)
  To: viro; +Cc: linux-kernel, torvalds

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);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-03-01 12:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-01 12:14 [PATCH] 2.5.6-pre2 dparent_lock Petr Vandrovec

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).