]> www.infradead.org Git - users/hch/xfs.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:50:39 +0000 (15:50 -0700)
commita8116e3785f78f7e5ce09eba6959b51ff9320436
treee48365c19ae587fd6b68859bf4ec72b8f96aabd0
parentfc57dd0a603ec274ebed5856e356a7f631dfe45e
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>
fs/xfs/libxfs/xfs_btree.c
fs/xfs/libxfs/xfs_btree.h
fs/xfs/libxfs/xfs_btree_staging.c