]> 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>
Mon, 24 Feb 2025 18:21:49 +0000 (10:21 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 25 Feb 2025 17:15:58 +0000 (09:15 -0800)
commit872ccd1b2c7b16ac61a8327a053183d72cd802e7
treee2afd20abd6103602a7b64cae76f1b3e2f65fd1c
parent5cc11f5995c815a9ae014e2ca9a6a5e55cde45ef
xfs: create routine to allocate and initialize a realtime rmap btree inode

Source kernel commit: 71b8acb42be60e11810eb43a6f470589fcf7b7dd

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>
Reviewed-by: Christoph Hellwig <hch@lst.de>
libxfs/xfs_rtgroup.c
libxfs/xfs_rtrmap_btree.c
libxfs/xfs_rtrmap_btree.h