]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_repair: refactor grabbing realtime metadata inodes
authorDarrick J. Wong <djwong@kernel.org>
Tue, 15 Oct 2024 19:44:03 +0000 (12:44 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 1 Nov 2024 20:44:47 +0000 (13:44 -0700)
commit316c0adb485ec0e10fbc728bd22a4bd95ff7c077
tree3d5ed7aece708e97848dceb16fe992ec12496734
parent2f51fb6906b824f57c07b71b67c1313f90ff240b
xfs_repair: refactor grabbing realtime metadata inodes

Create a helper function to grab a realtime metadata inode.  When
metadir arrives, the bitmap and summary inodes can float, so we'll
turn this function into a "load or allocate" function.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
repair/phase6.c