patch-2.2.11 linux/fs/Config.in

Next file: linux/fs/Makefile
Previous file: linux/drivers/video/vga_font.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.10/linux/fs/Config.in linux/fs/Config.in
@@ -54,7 +54,12 @@
 if [ "$CONFIG_UFS_FS" != "n" ]; then
   bool '   UFS filesystem write support (experimental)' CONFIG_UFS_FS_WRITE
 fi
-
+if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
+  tristate 'SGI EFS filesystem support (read only) (experimental)' CONFIG_EFS_FS
+  if [ "$CONFIG_EFS_FS" != "n" ]; then
+    define_bool CONFIG_SGI_PARTITION y
+  fi
+fi
 
 if [ "$CONFIG_NET" = "y" ]; then
 
@@ -69,9 +74,9 @@
   fi
   if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
     tristate 'NFS server support' CONFIG_NFSD
-    if [ "$CONFIG_NFSD" != "n" ]; then
-      bool '   Emulate SUN NFS server' CONFIG_NFSD_SUN
-    fi
+  fi
+  if [ "$CONFIG_EXPERIMENTAL" = "y" -a "$CONFIG_NFSD" != "n" ]; then
+    bool '   Emulate SUN NFS server' CONFIG_NFSD_SUN
   fi
   if [ "$CONFIG_NFS_FS" = "y" -o "$CONFIG_NFSD" = "y" ]; then
     define_bool CONFIG_SUNRPC y

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