From: Dave Chinner <dchinner@xxxxxxxxxx> 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 <dchinner@xxxxxxxxxx> Reviewed-by: Darrick J. Wong <djwong@xxxxxxxxxx> --- tests/xfs/122.out | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.35.1