]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: create routine to allocate and initialize a realtime rmap btree inode
authorDarrick J. Wong <djwong@kernel.org>
Thu, 15 Aug 2024 18:48:55 +0000 (11:48 -0700)
committerChristoph Hellwig <hch@lst.de>
Sun, 22 Sep 2024 08:48:13 +0000 (10:48 +0200)
commitee37f6834e03abf9698c7209deb6458cb7276af7
tree87971c5f4db5cad0a3df5e5df25f28f762e4ca97
parent3b9b978dd0ddd24769eddc9760738c5f1e6d40b0
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>
fs/xfs/libxfs/xfs_rtgroup.c
fs/xfs/libxfs/xfs_rtrmap_btree.c
fs/xfs/libxfs/xfs_rtrmap_btree.h
fs/xfs/xfs_rtalloc.c