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>
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