patch-2.1.43 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
- Lines: 12
- Date:
Thu Jun 12 16:22:09 1997
- Orig file:
v2.1.42/linux/fs/proc/procfs_syms.c
- Orig date:
Sun Apr 13 10:18:22 1997
diff -u --recursive --new-file v2.1.42/linux/fs/proc/procfs_syms.c linux/fs/proc/procfs_syms.c
@@ -37,7 +37,10 @@
#endif
static struct file_system_type proc_fs_type = {
- proc_read_super, "proc", 0, NULL
+ "proc",
+ FS_NO_DCACHE,
+ proc_read_super,
+ NULL
};
int init_proc_fs(void)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov