* [Trivial][PATCH][2.6.1-mm4]: Export dnotify_parent symbol to have nfsd module loaded.
@ 2004-01-16 11:38 Mathieu Segaud
0 siblings, 0 replies; only message in thread
From: Mathieu Segaud @ 2004-01-16 11:38 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 135 bytes --]
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.
[-- Attachment #2: EXPORT_SYMBOL-dnotify_parent.patch --]
[-- Type: text/plain, Size: 277 bytes --]
--- 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",
[-- Attachment #3: Type: text/plain, Size: 193 bytes --]
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-01-16 11:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-16 11:38 [Trivial][PATCH][2.6.1-mm4]: Export dnotify_parent symbol to have nfsd module loaded Mathieu Segaud
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome