]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: support leaves in the incore btree root block in xfs_iroot_realloc
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:22:14 +0000 (14:22 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 16 Jul 2024 22:49:18 +0000 (15:49 -0700)
commit0b906e14fdac6c247c0ee49c521c0f04e3258011
treefca79ad75e9b09e6810cab6594c6d28704d2ad3a
parent246349e2d01de678dd668b3ada1fd528b63eefa7
xfs: support leaves in the incore btree root block in xfs_iroot_realloc

Add some logic to xfs_iroot_realloc so that we can handle leaf records
in the btree root block correctly.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
db/bmap_inflate.c
libxfs/xfs_bmap_btree.c
libxfs/xfs_bmap_btree.h
libxfs/xfs_inode_fork.c
libxfs/xfs_inode_fork.h
repair/bmap_repair.c