]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: support storing records in the inode core root
authorDarrick J. Wong <djwong@kernel.org>
Thu, 21 Nov 2024 00:20:18 +0000 (16:20 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 23 Dec 2024 21:06:03 +0000 (13:06 -0800)
commit2f63b20b7a26c9a7c76ea5a6565ca38cd9e31282
tree87d14049254d42469b9ada499e9b49ee5d1d314e
parent505248719fcbf2c76594fe2ef293680d97fe426c
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>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_btree.c
fs/xfs/libxfs/xfs_btree.h
fs/xfs/libxfs/xfs_btree_staging.c