]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: support storing records in the inode core root
authorDarrick J. Wong <djwong@kernel.org>
Wed, 29 May 2024 04:11:32 +0000 (21:11 -0700)
committerChristoph Hellwig <hch@lst.de>
Mon, 12 Aug 2024 08:40:03 +0000 (10:40 +0200)
commit5af81ea73f87efaeeab84b0985d51fbd5e2a7387
tree273cb7a79fcde64efd8b28f3a3eb1aaf5badf464
parent26842cca99005e6fa758f22903045f3f843d63e7
xfs: support storing records in the inode core root

Add the necessary flags and code so that we can support storing leaf
records in the inode root block of a btree.  This hasn't been necessary
before, but the realtime rmapbt will need to be able to do this.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
libxfs/xfs_btree.c
libxfs/xfs_btree.h
libxfs/xfs_btree_staging.c