]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: create routine to allocate and initialize a realtime refcount btree inode
authorDarrick J. Wong <djwong@kernel.org>
Mon, 24 Feb 2025 18:21:53 +0000 (10:21 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 25 Feb 2025 17:15:59 +0000 (09:15 -0800)
commit5e6146c24344b61bb31ae6bf980a23f13fee7da9
tree293f63d35ba9d9317154153a49332f4d42a614bb
parentcbf370eb8232cb9316e9f56ed34793a2f5388d87
xfs: create routine to allocate and initialize a realtime refcount btree inode

Source kernel commit: 4ee3113aaf3f6a3c24fcf952d8489363f56ab375

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>
libxfs/xfs_rtgroup.c
libxfs/xfs_rtrefcount_btree.c
libxfs/xfs_rtrefcount_btree.h