lkml.org 
[lkml]   [2000]   [Jan]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] Minor 2.3.41 bug (and fix)
Hi,
2.3.41 can't do NFS v3 if nfsd is compiled as a module rather than
compiled directly into the kernel.
This patch fixes it.

LLaP
bero

--
The first time Microsoft makes something that doesn't suck is when they
start making vacuum cleaners.

--- linux/fs/Config.in.orig Mon Jan 31 18:29:15 2000
+++ linux/fs/Config.in Mon Jan 31 18:30:16 2000
@@ -79,7 +79,9 @@
dep_bool ' Root file system on NFS' CONFIG_ROOT_NFS $CONFIG_NFS_FS $CONFIG_IP_PNP

tristate 'NFS server support' CONFIG_NFSD
- dep_bool ' Provide NFSv3 server support (EXPERIMENTAL)' CONFIG_NFSD_V3 $CONFIG_NFSD $CONFIG_EXPERIMENTAL
+ if [ "$CONFIG_NFSD" = "y" -o "$CONFIG_NFSD" = "m" ]; then
+ dep_bool ' Provide NFSv3 server support (EXPERIMENTAL)' CONFIG_NFSD_V3 $CONFIG_EXPERIMENTAL
+ fi

if [ "$CONFIG_NFS_FS" = "y" -o "$CONFIG_NFSD" = "y" ]; then
define_tristate CONFIG_SUNRPC y
\
 
 \ /
  Last update: 2005-03-22 13:56    [W:0.052 / U:1.100 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site