patch-2.1.44 linux/fs/proc/procfs_syms.c

Next file: linux/fs/proc/root.c
Previous file: linux/fs/proc/openpromfs.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.43/linux/fs/proc/procfs_syms.c linux/fs/proc/procfs_syms.c
@@ -38,7 +38,7 @@
 
 static struct file_system_type proc_fs_type = {
 	"proc", 
-	FS_NO_DCACHE,
+	0 /* FS_NO_DCACHE doesn't work correctly */,
 	proc_read_super, 
 	NULL
 };

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