patch-2.1.43 linux/fs/autofs/init.c
Next file: linux/fs/autofs/root.c
Previous file: linux/fs/autofs/dir.c
Back to the patch index
Back to the overall index
-  Lines: 12
-  Date:
Thu Jun 12 16:22:08 1997
-  Orig file: 
v2.1.42/linux/fs/autofs/init.c
-  Orig date: 
Thu May 15 16:48:03 1997
diff -u --recursive --new-file v2.1.42/linux/fs/autofs/init.c linux/fs/autofs/init.c
@@ -20,7 +20,10 @@
 #endif
 
 static struct file_system_type autofs_fs_type = {
-	autofs_read_super, "autofs", 0, NULL
+	"autofs",
+	FS_NO_DCACHE,
+	autofs_read_super,
+	NULL
 };
 
 #ifdef MODULE
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov