xfs: remove bitfield based superblock updates
[deliverable/linux.git] / fs / xfs / xfs_super.c
index 19cbda196369021cf48fb1f7cab29b866d4ba16c..6fb298963d1b78ff9bc28590aa28d21e94dee229 100644 (file)
@@ -1258,7 +1258,7 @@ xfs_fs_remount(
                 * might have some superblock changes to update.
                 */
                if (mp->m_update_flags) {
-                       error = xfs_mount_log_sb(mp, mp->m_update_flags);
+                       error = xfs_mount_log_sb(mp);
                        if (error) {
                                xfs_warn(mp, "failed to write sb changes");
                                return error;
This page took 0.024837 seconds and 5 git commands to generate.