]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: repair rmap btree inodes
authorDarrick J. Wong <djwong@kernel.org>
Thu, 21 Nov 2024 00:20:40 +0000 (16:20 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 23 Dec 2024 21:06:08 +0000 (13:06 -0800)
commit3dd3aba6b92bf8298ff02d839ed3008df7478a8e
tree67e0e23f0e66103981dad232da56058a5bd3b060
parent1bd0843027167221421fe482d18ce03f7ff1f9f1
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>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/scrub/inode_repair.c