From: Olaf Dietsche <olaf.dietsche--list.linux-kernel@exmail.de>
To: Neil Brown <neilb@cse.unsw.edu.au>
Cc: nfs-devel@linux.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] 2.5.5: compile error in fs/filesystems.c
Date: Fri, 01 Mar 2002 01:58:03 +0100 [thread overview]
Message-ID: <87bse9hzok.fsf@tigram.bogus.local> (raw)
In-Reply-To: <87vgchi2v8.fsf@tigram.bogus.local> <15486.50159.606621.827886@notabene.cse.unsw.edu.au>
Hi Neil,
Neil Brown <neilb@cse.unsw.edu.au> writes:
> 2.5.6-pre2 already has a patch for this.
The compile error is gone, *but* ... :-)
With 2.5.6-pre2 you get nfsd support, wether you want it or
not. Consider this:
#undef CONFIG_NFSD
#undef CONFIG_NFSD_MODULE
#define CONFIG_MODULES
Now, this part is compiled into the kernel, although you haven't
requested it:
#if defined(CONFIG_MODULES)
lock_kernel();
if (nfsd_linkage ||
(request_module ("nfsd") == 0 && nfsd_linkage)) {
__MOD_INC_USE_COUNT(nfsd_linkage->owner);
unlock_kernel();
ret = nfsd_linkage->do_nfsservctl(cmd, argp, resp);
__MOD_DEC_USE_COUNT(nfsd_linkage->owner);
} else
unlock_kernel();
#endif
Did I miss something?
Regards, Olaf.
next prev parent reply other threads:[~2002-03-01 1:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-28 23:49 Olaf Dietsche
2002-02-28 23:57 ` Neil Brown
2002-03-01 0:58 ` Olaf Dietsche [this message]
2002-03-01 1:07 ` Neil Brown
2002-03-01 7:48 ` Olaf Dietsche
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=87bse9hzok.fsf@tigram.bogus.local \
--to=olaf.dietsche--list.linux-kernel@exmail.de \
--cc=linux-kernel@vger.kernel.org \
--cc=neilb@cse.unsw.edu.au \
--cc=nfs-devel@linux.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®