From: Thomas Reifferscheid <reiffer@kph.uni-mainz.de>
To: linux-kernel@vger.kernel.org
Subject: Patch for 2.4.19pre11/fs/filesystems.c
Date: Fri, 25 Oct 2002 05:52:34 +0200 [thread overview]
Message-ID: <3DB8C002.D2B94577@kph.uni-mainz.de> (raw)
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
reply other threads:[~2002-10-25 3:46 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3DB8C002.D2B94577@kph.uni-mainz.de \
--to=reiffer@kph.uni-mainz.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®