patch-2.1.44 linux/fs/autofs/init.c

Next file: linux/fs/autofs/inode.c
Previous file: linux/fs/autofs/dirhash.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.43/linux/fs/autofs/init.c linux/fs/autofs/init.c
@@ -21,7 +21,7 @@
 
 static struct file_system_type autofs_fs_type = {
 	"autofs",
-	FS_NO_DCACHE,
+	0 /* FS_NO_DCACHE doesn't work correctly */,
 	autofs_read_super,
 	NULL
 };

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov