]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: add realtime refcount btree inode to metadata directory
authorDarrick J. Wong <djwong@kernel.org>
Thu, 21 Nov 2024 00:20:52 +0000 (16:20 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 28 Nov 2024 02:33:24 +0000 (18:33 -0800)
commit6bf18aa0dc9fefefd7f7310ae68076ce38c3ee7f
tree12218e4c2ba68be8dbe1af238605fd9c2bb14750
parent476891d280c7fa7d3335fb5f80aacebf7e93200c
xfs: add realtime refcount btree inode to metadata directory

Add a metadir path to select the realtime refcount btree inode and load
it at mount time.  The rtrefcountbt inode will have a unique extent format
code, which means that we also have to update the inode validation and
flush routines to look for it.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
libxfs/xfs_format.h
libxfs/xfs_inode_buf.c
libxfs/xfs_inode_fork.c
libxfs/xfs_rtgroup.c
libxfs/xfs_rtgroup.h
libxfs/xfs_rtrefcount_btree.c