summaryrefslogtreecommitdiffstats
path: root/fs/proc/procfs_syms.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/proc/procfs_syms.c')
-rw-r--r--fs/proc/procfs_syms.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/fs/proc/procfs_syms.c b/fs/proc/procfs_syms.c
index 809a26084..71c29dd75 100644
--- a/fs/proc/procfs_syms.c
+++ b/fs/proc/procfs_syms.c
@@ -37,7 +37,10 @@ EXPORT_SYMBOL(proc_openprom_deregister);
#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)