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

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