From: Darrick J. Wong <djwong@xxxxxxxxxx> Check the offset of sb_rgblklog. Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> --- tests/xfs/122.out | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/xfs/122.out b/tests/xfs/122.out index 18aff98f96ac46..3fbc4d4fc49ad1 100644 --- a/tests/xfs/122.out +++ b/tests/xfs/122.out @@ -36,7 +36,8 @@ offsetof(xfs_sb_t, sb_lsn) = 240 offsetof(xfs_sb_t, sb_magicnum) = 0 offsetof(xfs_sb_t, sb_meta_uuid) = 248 offsetof(xfs_sb_t, sb_metadirino) = 264 -offsetof(xfs_sb_t, sb_metadirpad) = 204 +offsetof(xfs_sb_t, sb_metadirpad0) = 205 +offsetof(xfs_sb_t, sb_metadirpad1) = 206 offsetof(xfs_sb_t, sb_pquotino) = 232 offsetof(xfs_sb_t, sb_qflags) = 176 offsetof(xfs_sb_t, sb_rblocks) = 16 @@ -45,7 +46,7 @@ offsetof(xfs_sb_t, sb_rbmino) = 64 offsetof(xfs_sb_t, sb_rextents) = 24 offsetof(xfs_sb_t, sb_rextsize) = 80 offsetof(xfs_sb_t, sb_rextslog) = 125 -offsetof(xfs_sb_t, sb_rgblklog) = 280 +offsetof(xfs_sb_t, sb_rgblklog) = 204 offsetof(xfs_sb_t, sb_rgcount) = 272 offsetof(xfs_sb_t, sb_rgextents) = 276 offsetof(xfs_sb_t, sb_rootino) = 56