]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair: find and mark the rtrefcountbt inode
authorDarrick J. Wong <djwong@kernel.org>
Mon, 24 Feb 2025 18:22:05 +0000 (10:22 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 25 Feb 2025 17:16:02 +0000 (09:16 -0800)
commitbc4e26cb42b633693bb2f1a58852f729bba6e5ef
tree402f9322622868d2a0f88f3739f443d1226e815e
parenta9b8f0134594d038d7370469ca33df78daa0e6fd
xfs_repair: find and mark the rtrefcountbt inode

Make sure that we find the realtime refcountbt inode and mark it
appropriately, just in case we find a rogue inode claiming to
be an rtrefcount, or just plain garbage in the superblock field.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
repair/dino_chunks.c
repair/dinode.c
repair/dir2.c
repair/incore.h
repair/rmap.c
repair/rmap.h
repair/scan.c