]> Git Repo - linux.git/blobdiff - fs/xfs/libxfs/xfs_attr_leaf.c
xfs: consolidate superblock logging functions
[linux.git] / fs / xfs / libxfs / xfs_attr_leaf.c
index c9144221798f2af2da33f79686d9e6ad1d624f14..15105dbc9e28dbd92a80b851e90a79a5f2bb453c 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_log_sb(tp);
                } else
                        spin_unlock(&mp->m_sb_lock);
        }
This page took 0.028725 seconds and 4 git commands to generate.