mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfs/122: reduce xfs_dsb_t size
We're not going to do reverse-mapping on the realtime device for some time, so let's fix xfs/122 in the meantime. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
committed by
Eryu Guan
parent
aec50848c3
commit
e53034c5b1
+1
-1
@@ -138,7 +138,7 @@ sizeof(xfs_dir2_sf_off_t) = 2
|
||||
sizeof(xfs_disk_dquot_t) = 104
|
||||
sizeof(xfs_dq_logformat_t) = 24
|
||||
sizeof(xfs_dqblk_t) = 136
|
||||
sizeof(xfs_dsb_t) = 272
|
||||
sizeof(xfs_dsb_t) = 264
|
||||
sizeof(xfs_efd_log_format_32_t) = 28
|
||||
sizeof(xfs_efd_log_format_64_t) = 32
|
||||
sizeof(xfs_efi_log_format_32_t) = 28
|
||||
|
||||
Reference in New Issue
Block a user