2002-03-01 12:15:44

by Petr Vandrovec

[permalink] [raw]
Subject: [PATCH] 2.5.6-pre2 dparent_lock

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
[email protected]


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