aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
diff options
context:
space:
mode:
authorMatthew Garrett <mjg59@google.com>2017-10-18 13:56:26 -0700
committerAl Viro <viro@zeniv.linux.org.uk>2017-10-18 18:51:27 -0400
commit357fdad075abb976ee43f2dd450c40dcef4b7e2d (patch)
tree0ec6df699f970795d3c8b5d556caa0d5190511c3 /fs/btrfs
parentvfs: fix mounting a filesystem with i_version (diff)
downloadlinux-dev-357fdad075abb976ee43f2dd450c40dcef4b7e2d.tar.xz
linux-dev-357fdad075abb976ee43f2dd450c40dcef4b7e2d.zip
Convert fs/*/* to SB_I_VERSION
[AV: in addition to the fix in previous commit] Signed-off-by: Matthew Garrett <mjg59@google.com> Cc: David Howells <dhowells@redhat.com> Cc: Alexander Viro <viro@zeniv.linux.org.uk> Reviewed-by: David Howells <dhowells@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/btrfs')
-rw-r--r--fs/btrfs/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c
index 35a128acfbd1..161694b66038 100644
--- a/fs/btrfs/super.c
+++ b/fs/btrfs/super.c
@@ -1135,7 +1135,7 @@ static int btrfs_fill_super(struct super_block *sb,
#ifdef CONFIG_BTRFS_FS_POSIX_ACL
sb->s_flags |= MS_POSIXACL;
#endif
- sb->s_flags |= MS_I_VERSION;
+ sb->s_flags |= SB_I_VERSION;
sb->s_iflags |= SB_I_CGROUPWB;
err = super_setup_bdi(sb);