summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c
diff options
context:
space:
mode:
authorMatthew Garrett2017-10-18 22:56:26 +0200
committerAl Viro2017-10-19 00:51:27 +0200
commit357fdad075abb976ee43f2dd450c40dcef4b7e2d (patch)
tree0ec6df699f970795d3c8b5d556caa0d5190511c3 /fs/xfs/xfs_super.c
parentvfs: fix mounting a filesystem with i_version (diff)
downloadkernel-qcow2-linux-357fdad075abb976ee43f2dd450c40dcef4b7e2d.tar.gz
kernel-qcow2-linux-357fdad075abb976ee43f2dd450c40dcef4b7e2d.tar.xz
kernel-qcow2-linux-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/xfs/xfs_super.c')
-rw-r--r--fs/xfs/xfs_super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c
index 584cf2d573ba..f663022353c0 100644
--- a/fs/xfs/xfs_super.c
+++ b/fs/xfs/xfs_super.c
@@ -1637,7 +1637,7 @@ xfs_fs_fill_super(
/* version 5 superblocks support inode version counters. */
if (XFS_SB_VERSION_NUM(&mp->m_sb) == XFS_SB_VERSION_5)
- sb->s_flags |= MS_I_VERSION;
+ sb->s_flags |= SB_I_VERSION;
if (mp->m_flags & XFS_MOUNT_DAX) {
xfs_warn(mp,