diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-07-20 14:56:40 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-07-20 14:56:40 +0000 |
commit | e308faf24f68e262d92d294a01ddca7a17e76762 (patch) | |
tree | 22c47cb315811834861f013067878ff664e95abd /fs/proc/procfs_syms.c | |
parent | 30c6397ce63178fcb3e7963ac247f0a03132aca9 (diff) |
Sync with Linux 2.1.46.
Diffstat (limited to 'fs/proc/procfs_syms.c')
-rw-r--r-- | fs/proc/procfs_syms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/procfs_syms.c b/fs/proc/procfs_syms.c index 71c29dd75..d3077ea79 100644 --- a/fs/proc/procfs_syms.c +++ b/fs/proc/procfs_syms.c @@ -38,7 +38,7 @@ EXPORT_SYMBOL(proc_openprom_deregister); static struct file_system_type proc_fs_type = { "proc", - FS_NO_DCACHE, + 0 /* FS_NO_DCACHE doesn't work correctly */, proc_read_super, NULL }; |