]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: repair rmap btree inodes
authorDarrick J. Wong <djwong@kernel.org>
Tue, 15 Oct 2024 19:40:06 +0000 (12:40 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 5 Nov 2024 21:36:26 +0000 (13:36 -0800)
commitebdea6b2df6d19e50937664aea5b4cb09c20bc2c
tree1c4d2d98c71ac3d243845d494098d03d8e14f459
parent65a1ea048d4335be56be7a6b273759d579e792e9
xfs: repair rmap btree inodes

Teach the inode repair code how to deal with realtime rmap btree inodes
that won't load properly.  This is most likely moot since the filesystem
generally won't mount without the rtrmapbt inodes being usable, but
we'll add this for completeness.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/scrub/inode_repair.c