]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_repair: reject unwritten shared extents
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:22:34 +0000 (14:22 -0700)
committerChristoph Hellwig <hch@lst.de>
Mon, 12 Aug 2024 11:53:51 +0000 (13:53 +0200)
commit19a263654862edabefc5be68a57ef249d8cf2f28
treea2fc42902443b2760bc109ccff16987505b5cbee
parent89110dce546205be7e0b3a07344687f6ae3eb24b
xfs_repair: reject unwritten shared extents

We don't allow sharing of unwritten extents, which means that repair
should reject an unwritten extent if someone else has already claimed
the space.

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