]> 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>
Tue, 15 Oct 2024 19:39:55 +0000 (12:39 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 1 Nov 2024 20:47:03 +0000 (13:47 -0700)
commit2ce09672bfe5abfb8e80e39bc607286c5e524b4c
tree3ad40051600f120c608223070b0aad57cb7933a4
parentd97a037ad30543c27083423c40d92c2f99e50d73
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