xfs: remove bitfield based superblock updates
[deliverable/linux.git] / fs / xfs / xfs_fsops.c
index fdc64220fcb0fe02f0baa8b42110df8d4acdd3b1..82af857405af73150e63f600f9a3d3b279e56dfc 100644 (file)
@@ -541,7 +541,7 @@ xfs_growfs_data_private(
                        saved_error = error;
                        continue;
                }
-               xfs_sb_to_disk(XFS_BUF_TO_SBP(bp), &mp->m_sb, XFS_SB_ALL_BITS);
+               xfs_sb_to_disk(XFS_BUF_TO_SBP(bp), &mp->m_sb);
 
                error = xfs_bwrite(bp);
                xfs_buf_relse(bp);
@@ -780,9 +780,7 @@ xfs_fs_log_dummy(
                xfs_trans_cancel(tp, 0);
                return error;
        }
-
-       /* log the UUID because it is an unchanging field */
-       xfs_mod_sb(tp, XFS_SB_UUID);
+       xfs_mod_sb(tp);
        xfs_trans_set_sync(tp);
        return xfs_trans_commit(tp, 0);
 }
This page took 0.025784 seconds and 5 git commands to generate.