]> 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>
Thu, 21 Nov 2024 00:24:49 +0000 (16:24 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 28 Nov 2024 02:33:21 +0000 (18:33 -0800)
commit6fb926fa67b0d92f1ce91542ea5a9a0541b022f5
tree8dc7964721cedbe040c6118997ea603a2c447d87
parent1b65b686a1984e6c82d186228b13cfd581c6f920
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