From 5cec561327e0fe523593b7458359ccc4dbfa4ff2 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Wed, 30 Aug 2017 15:32:03 -0700 Subject: [PATCH] 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 --- tests/xfs/122.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2