mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Patch for 2.4.19pre11/fs/filesystems.c
@ 2002-10-25  3:52 Thomas Reifferscheid
  0 siblings, 0 replies; only message in thread
From: Thomas Reifferscheid @ 2002-10-25  3:52 UTC (permalink / raw)
  To: linux-kernel

When I do
CONFIG_NFSD=M 
and want to insert the module I get:

unresolved symbol nfsd_linkage

which already was described by Jean-Luc Fontaine in 
http://marc.theaimsgroup.com/?l=linux-kernel&m=98173746131993&w=2


My patch solves this and works for me.

Cheers,
Thomas


--- linux-2.4.20pre11-orig/fs/filesystems.c     Sat Aug  3 02:39:45 2002
+++ linux-2.4.20pre11/fs/filesystems.c  Fri Oct 25 04:44:15 2002
@@ -13,7 +13,7 @@
 #include <linux/kmod.h>
 #include <linux/nfsd/interface.h>
 
-#if ! defined(CONFIG_NFSD)
+#if ! defined(CONFIG_NFSD) || defined(CONFIG_NFSD_MODULE)
 struct nfsd_linkage *nfsd_linkage;
 
 long

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

only message in thread, other threads:[~2002-10-25  3:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-25  3:52 Patch for 2.4.19pre11/fs/filesystems.c Thomas Reifferscheid

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®