]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: support storing records in the inode core root
authorDarrick J. Wong <djwong@kernel.org>
Mon, 24 Feb 2025 18:21:46 +0000 (10:21 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 25 Feb 2025 17:15:57 +0000 (09:15 -0800)
commitab1b3de74ded0fbbe2838e715915d692e5cdc286
tree567e5f9922a6ed8410ba4287ff2a283ef391494a
parentcf20a9c6185251c214ae391f4f46faad738164ce
xfs: support storing records in the inode core root

Source kernel commit: 2f63b20b7a26c9a7c76ea5a6565ca38cd9e31282

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>
libxfs/xfs_btree.c
libxfs/xfs_btree.h
libxfs/xfs_btree_staging.c