summaryrefslogtreecommitdiffstats
path: root/fs/smbfs/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/smbfs/inode.c')
-rw-r--r--fs/smbfs/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/smbfs/inode.c b/fs/smbfs/inode.c
index 20738b0d2..75d3dbff7 100644
--- a/fs/smbfs/inode.c
+++ b/fs/smbfs/inode.c
@@ -431,7 +431,7 @@ int smb_current_vmalloced;
static struct file_system_type smb_fs_type = {
"smbfs",
- FS_NO_DCACHE,
+ 0 /* FS_NO_DCACHE doesn't work correctly */,
smb_read_super,
NULL
};