]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: create routine to allocate and initialize a realtime refcount btree inode
authorDarrick J. Wong <djwong@kernel.org>
Thu, 21 Nov 2024 00:20:56 +0000 (16:20 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 23 Dec 2024 21:06:12 +0000 (13:06 -0800)
commit4ee3113aaf3f6a3c24fcf952d8489363f56ab375
treeec4530b10b8cde56eb444d491668297809b333a3
parente5a171729baf61b703069b11fa0d2955890e9b6b
xfs: create routine to allocate and initialize a realtime refcount btree inode

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

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_rtgroup.c
fs/xfs/libxfs/xfs_rtrefcount_btree.c
fs/xfs/libxfs/xfs_rtrefcount_btree.h