]> 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)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 16 Jul 2024 22:49:18 +0000 (15:49 -0700)
commit4b746f12ffba424a99c34f6c6f7a179836d35c2a
treefc3296b2f43615a1c8d12297dba7fd236844f073
parent9adf06ecf5552e5813a0d2bf2cf1585e9f95b986
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