* tiny patch for nfsd in 2.4.1-pre10
@ 2001-01-25 12:38 Luis Claudio R.Goncalves
0 siblings, 0 replies; only message in thread
From: Luis Claudio R.Goncalves @ 2001-01-25 12:38 UTC (permalink / raw)
To: linux-kernel
Hi!
In order to get nfsd working I had to do this lill' trick. I'm not sure
this is truly necessary but it worked for me (tm) :)
--
[ Luis Claudio R. Goncalves lclaudio@conectiva.com.br ]
[ MSc coming soon -- Conectiva HA Team -- Gospel User -- Linuxer -- :) ]
[ Fault Tolerance - Real-Time - Distributed Systems - IECLB - IS 40:31 ]
[ LateNite Programmer -- Jesus Is The Solid Rock On Which I Stand -- ]
--- linux-2.4.1-pre10.orig/fs/Config.in Wed Jan 24 20:05:49 2001
+++ linux-2.4.1-pre10/fs/Config.in Wed Jan 24 19:58:13 2001
@@ -91,13 +91,16 @@
if [ "$CONFIG_NFS_FS" = "m" -o "$CONFIG_NFSD" = "m" ]; then
define_tristate CONFIG_SUNRPC m
define_tristate CONFIG_LOCKD m
- else
+ else
define_tristate CONFIG_SUNRPC n
define_tristate CONFIG_LOCKD n
fi
fi
if [ "$CONFIG_NFSD_V3" = "y" -o "$CONFIG_NFS_V3" = "y" ]; then
define_bool CONFIG_LOCKD_V4 y
+ fi
+ if [ "$CONFIG_NFSD" = "m" ]; then
+ define_bool CONFIG_NFSD_MODULE y
fi
dep_tristate 'SMB file system support (to mount Windows shares etc.)' CONFIG_SMB_FS $CONFIG_INET
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-01-25 12:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-25 12:38 tiny patch for nfsd in 2.4.1-pre10 Luis Claudio R.Goncalves
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox