]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: create routine to allocate and initialize a realtime refcount btree inode
authorDarrick J. Wong <djwong@kernel.org>
Tue, 15 Oct 2024 19:40:22 +0000 (12:40 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 1 Nov 2024 20:47:09 +0000 (13:47 -0700)
commitabeab8643a01761f25ee4f96da9f51e4f8285d11
tree29d8390e586a72d04ae2eba4bfbabba14e699edd
parent03d58ea05b438718523fdaa4f7d04af513dc36c2
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>
fs/xfs/libxfs/xfs_rtgroup.c
fs/xfs/libxfs/xfs_rtrefcount_btree.c
fs/xfs/libxfs/xfs_rtrefcount_btree.h