From: Darrick J. Wong <djwong@xxxxxxxxxx> Update test for parent pointers. Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> --- tests/xfs/122.out | 3 +++ tests/xfs/206 | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/xfs/122.out b/tests/xfs/122.out index 43461e875c..0877f14bf2 100644 --- a/tests/xfs/122.out +++ b/tests/xfs/122.out @@ -109,7 +109,10 @@ sizeof(struct xfs_legacy_timestamp) = 8 sizeof(struct xfs_log_dinode) = 176 sizeof(struct xfs_log_legacy_timestamp) = 8 sizeof(struct xfs_map_extent) = 32 +sizeof(struct xfs_parent_name_rec) = 16 +sizeof(struct xfs_parent_ptr) = 280 sizeof(struct xfs_phys_extent) = 16 +sizeof(struct xfs_pptr_info) = 104 sizeof(struct xfs_refcount_key) = 4 sizeof(struct xfs_refcount_rec) = 12 sizeof(struct xfs_rmap_key) = 20 diff --git a/tests/xfs/206 b/tests/xfs/206 index 904d53deb0..b29edeadf0 100755 --- a/tests/xfs/206 +++ b/tests/xfs/206 @@ -66,7 +66,8 @@ mkfs_filter() -e "/.*crc=/d" \ -e "/^Default configuration/d" \ -e "/metadir=.*/d" \ - -e '/rgcount=/d' + -e '/rgcount=/d' \ + -e '/parent=/d' } # mkfs slightly smaller than that, small log for speed.