From: Dave Chinner Date: Tue, 17 May 2022 07:01:01 +0000 (+1000) Subject: xfs/122: add attribute log formats to test output. X-Git-Tag: v2022.05.22~7 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=9a392f8d44e57efaf9c4c41c6c81fada21cce64c;p=xfstests-dev.git xfs/122: add attribute log formats to test output. Now that we have merged logged attributes, add the attribute log format sizes to the on-disk structure size checking. Signed-off-by: Dave Chinner Reviewed-by: Darrick J. Wong Signed-off-by: Zorro Lang --- diff --git a/tests/xfs/122.out b/tests/xfs/122.out index 608faa4b..a56cbee8 100644 --- a/tests/xfs/122.out +++ b/tests/xfs/122.out @@ -63,6 +63,8 @@ sizeof(struct xfs_attr3_leaf_hdr) = 80 sizeof(struct xfs_attr3_leafblock) = 88 sizeof(struct xfs_attr3_rmt_hdr) = 56 sizeof(struct xfs_attr_shortform) = 8 +sizeof(struct xfs_attrd_log_format) = 16 +sizeof(struct xfs_attri_log_format) = 40 sizeof(struct xfs_btree_block) = 72 sizeof(struct xfs_btree_block_lhdr) = 64 sizeof(struct xfs_btree_block_shdr) = 48