From 8b190e89fde1cc77072fa76f11b7f9ea22a0fda3 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Wed, 1 Nov 2017 14:47:30 -0700 Subject: [PATCH] xfs/122: add inode log formats The inode log record formats have been standardized, so check them here. Signed-off-by: Darrick J. Wong Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- tests/xfs/122.out | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/xfs/122.out b/tests/xfs/122.out index 9ca30b7e..ad9a0555 100644 --- a/tests/xfs/122.out +++ b/tests/xfs/122.out @@ -83,6 +83,8 @@ sizeof(struct xfs_extent_data_info) = 32 sizeof(struct xfs_fs_eofblocks) = 128 sizeof(struct xfs_fsop_ag_resblks) = 64 sizeof(struct xfs_icreate_log) = 28 +sizeof(struct xfs_inode_log_format) = 56 +sizeof(struct xfs_inode_log_format_32) = 52 sizeof(struct xfs_log_dinode) = 176 sizeof(struct xfs_map_extent) = 32 sizeof(struct xfs_phys_extent) = 16 -- 2.39.5