patch-2.3.32 linux/fs/Config.in

Next file: linux/fs/affs/symlink.c
Previous file: linux/drivers/video/fbgen.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.31/linux/fs/Config.in linux/fs/Config.in
@@ -86,8 +86,11 @@
    fi
    tristate 'NFS server support' CONFIG_NFSD
    if [ "$CONFIG_NFSD" != "n" ]; then
-      bool '  Emulate SUN NFS server' CONFIG_NFSD_SUN
+      if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
+	 bool '  Provide NFSv3 server support (EXPERIMENTAL)' CONFIG_NFSD_V3
+      fi
    fi
+
    if [ "$CONFIG_NFS_FS" = "y" -o "$CONFIG_NFSD" = "y" ]; then
       define_tristate CONFIG_SUNRPC y
       define_tristate CONFIG_LOCKD y

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)