xfs/122: decrease the log update done item sizes
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 25 Aug 2016 23:28:32 +0000 (16:28 -0700)
committerEryu Guan <eguan@redhat.com>
Fri, 2 Sep 2016 08:40:20 +0000 (16:40 +0800)
Redundant fields were removed from the rmap/refcount/bmap update
done log items, so fix the size tests.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
tests/xfs/122.out

index b20011ecb67af6f6e912a9dda057701755645a48..06d14329223a5672f791460965e3c34593b0af40 100644 (file)
@@ -61,10 +61,10 @@ sizeof(struct xfs_attr3_leaf_hdr) = 80
 sizeof(struct xfs_attr3_leafblock) = 88
 sizeof(struct xfs_attr3_rmt_hdr) = 56
 sizeof(struct xfs_btree_block) = 72
-sizeof(struct xfs_bud_log_format) = 48
+sizeof(struct xfs_bud_log_format) = 16
 sizeof(struct xfs_bui_log_format) = 48
 sizeof(struct xfs_clone_args) = 32
-sizeof(struct xfs_cud_log_format) = 32
+sizeof(struct xfs_cud_log_format) = 16
 sizeof(struct xfs_cui_log_format) = 32
 sizeof(struct xfs_da3_blkinfo) = 56
 sizeof(struct xfs_da3_intnode) = 64
@@ -90,7 +90,7 @@ sizeof(struct xfs_rmap_rec) = 24
 sizeof(struct xfs_rtrmap_key) = 24
 sizeof(struct xfs_rtrmap_rec) = 32
 sizeof(struct xfs_rtrmap_root) = 4
-sizeof(struct xfs_rud_log_format) = 48
+sizeof(struct xfs_rud_log_format) = 16
 sizeof(struct xfs_rui_log_format) = 48
 sizeof(xfs_agf_t) = 224
 sizeof(xfs_agfl_t) = 36