[Trivial][PATCH][2.6.1-mm4]: Export dnotify_parent symbol to havenfsd module loaded.
From: Mathieu Segaud
Date: Fri Jan 16 2004 - 06:40:50 EST
With the new kNFSd update in -mm4, nfsd built as a module needs dnotify_parent
symbol exported. The fix is trivial and works for me.
--- linux/fs/dnotify.c 2004-01-16 12:30:04.000000000 +0100
+++ linux/fs/dnotify.c.edited 2004-01-16 12:29:48.000000000 +0100
@@ -166,6 +166,8 @@
}
}
+EXPORT_SYMBOL(dnotify_parent);
+
static int __init dnotify_init(void)
{
dn_cache = kmem_cache_create("dnotify_cache",
Have a nice day.
--
Mathieu Segaud
> There's not a court in the civilised world that would uphold the GPL in that
> scenario.
Yes but the concern is the USA 8)
- Alan Cox on linux-kernel