diff options
Diffstat (limited to 'fs/xfs/libxfs/xfs_attr_leaf.c')
| -rw-r--r-- | fs/xfs/libxfs/xfs_attr_leaf.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/fs/xfs/libxfs/xfs_attr_leaf.c b/fs/xfs/libxfs/xfs_attr_leaf.c index 5d38e8b8a913..15105dbc9e28 100644 --- a/fs/xfs/libxfs/xfs_attr_leaf.c +++ b/fs/xfs/libxfs/xfs_attr_leaf.c @@ -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_log_sb(tp);  		} else  			spin_unlock(&mp->m_sb_lock);  	} |