xfs: remove bitfield based superblock updates
[deliverable/linux.git] / fs / xfs / libxfs / xfs_attr_leaf.c
index 5d38e8b8a913091a1b74bfac0fb3ab609d86a9df..c9144221798f2af2da33f79686d9e6ad1d624f14 100644 (file)
@@ -403,7 +403,7 @@ xfs_sbversion_add_attr2(xfs_mount_t *mp, xfs_trans_t *tp)
                if (!xfs_sb_version_hasattr2(&mp->m_sb)) {
                        xfs_sb_version_addattr2(&mp->m_sb);
                        spin_unlock(&mp->m_sb_lock);
-                       xfs_mod_sb(tp, XFS_SB_VERSIONNUM | XFS_SB_FEATURES2);
+                       xfs_mod_sb(tp);
                } else
                        spin_unlock(&mp->m_sb_lock);
        }
This page took 0.024753 seconds and 5 git commands to generate.