]> www.infradead.org Git - users/hch/xfstests-dev.git/commitdiff
xfs/122: update for rtgroups-based realtime rmap btrees
authorDarrick J. Wong <djwong@kernel.org>
Tue, 6 Feb 2024 00:06:45 +0000 (16:06 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 1 Nov 2024 20:41:59 +0000 (13:41 -0700)
Now that we've redesigned realtime rmap to require that the rt section
be sharded into allocation groups of no more than 2^31 blocks, we've
reduced the size of the ondisk structures and therefore need to update
this test.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
tests/xfs/122.out

index 367e1011e5f6680f4cc31a13c874390ef3698cd3..3ec7238b4678482f878ea46d284db5f745f66975 100644 (file)
@@ -126,8 +126,8 @@ sizeof(struct xfs_rmap_key) = 20
 sizeof(struct xfs_rmap_rec) = 24
 sizeof(struct xfs_rtbuf_blkinfo) = 48
 sizeof(struct xfs_rtgroup_geometry) = 128
-sizeof(struct xfs_rtrmap_key) = 24
-sizeof(struct xfs_rtrmap_rec) = 32
+sizeof(struct xfs_rtrmap_key) = 20
+sizeof(struct xfs_rtrmap_rec) = 24
 sizeof(struct xfs_rtrmap_root) = 4
 sizeof(struct xfs_rtsb) = 56
 sizeof(struct xfs_rud_log_format) = 16