]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: create routine to allocate and initialize a realtime refcount btree inode
authorDarrick J. Wong <djwong@kernel.org>
Thu, 15 Aug 2024 18:49:26 +0000 (11:49 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 16 Aug 2024 21:57:43 +0000 (14:57 -0700)
commitfd91b5a716c20c2710d6c85cae9564f301f8894c
treefb542d5f6d443be081f8d0bc4696a38bbd831dc7
parentdb03a4b71f7562cb656a7152d8b3793e90659f4b
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>
libxfs/xfs_rtgroup.c
libxfs/xfs_rtrefcount_btree.c
libxfs/xfs_rtrefcount_btree.h