diff mbox

[7/4] xfs/122: fix the size of fsop_ag_resblks structure

Message ID 20170830223203.GC4754@magnolia (mailing list archive)
State New, archived
Headers show

Commit Message

Darrick J. Wong Aug. 30, 2017, 10:32 p.m. UTC
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 <darrick.wong@oracle.com>
---
 tests/xfs/122.out |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
To unsubscribe from this list: send the line "unsubscribe fstests" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/tests/xfs/122.out b/tests/xfs/122.out
index 168cfd5..9ca30b7 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