From: Darrick J. Wong Date: Wed, 30 Aug 2017 22:32:03 +0000 (-0700) Subject: xfs/122: fix the size of fsop_ag_resblks structure X-Git-Tag: v2022.05.01~1892 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=5cec561327e0fe523593b7458359ccc4dbfa4ff2 xfs/122: fix the size of fsop_ag_resblks structure The size of the structure used to retrieve per-AG reserved blocks status has changed (it's not in a released upstream), so update xfs/122. Signed-off-by: Darrick J. Wong Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- diff --git a/tests/xfs/122.out b/tests/xfs/122.out index 168cfd52..9ca30b7e 100644 --- a/tests/xfs/122.out +++ b/tests/xfs/122.out @@ -81,7 +81,7 @@ sizeof(struct xfs_dsymlink_hdr) = 56 sizeof(struct xfs_extent_data) = 24 sizeof(struct xfs_extent_data_info) = 32 sizeof(struct xfs_fs_eofblocks) = 128 -sizeof(struct xfs_fsop_ag_resblks) = 32 +sizeof(struct xfs_fsop_ag_resblks) = 64 sizeof(struct xfs_icreate_log) = 28 sizeof(struct xfs_log_dinode) = 176 sizeof(struct xfs_map_extent) = 32