]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: create routine to allocate and initialize a realtime rmap btree inode
authorDarrick J. Wong <djwong@kernel.org>
Tue, 15 Oct 2024 19:44:35 +0000 (12:44 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 1 Nov 2024 20:44:57 +0000 (13:44 -0700)
commit9a60c26ceec1c609f29f17872b090993a39dad7d
tree1270e5a7744fe40ff4571a5fa00a81292efc64ad
parent7c09c04b4df5f3c06bf44f0487efba61e28d58e3
xfs: create routine to allocate and initialize a realtime rmap btree inode

Create a library routine to allocate and initialize an empty realtime
rmapbt inode.  We'll use this for mkfs and repair.

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