aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/9p/vfs_super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/9p/vfs_super.c b/fs/9p/vfs_super.c
index 1d99b185bed..09fd08d1606 100644
--- a/fs/9p/vfs_super.c
+++ b/fs/9p/vfs_super.c
@@ -332,5 +332,5 @@ struct file_system_type v9fs_fs_type = {
332 .mount = v9fs_mount, 332 .mount = v9fs_mount,
333 .kill_sb = v9fs_kill_super, 333 .kill_sb = v9fs_kill_super,
334 .owner = THIS_MODULE, 334 .owner = THIS_MODULE,
335 .fs_flags = FS_RENAME_DOES_D_MOVE, 335 .fs_flags = FS_RENAME_DOES_D_MOVE|FS_REVAL_DOT,
336}; 336};