]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair: reject unwritten shared extents
authorDarrick J. Wong <djwong@kernel.org>
Mon, 24 Feb 2025 18:22:06 +0000 (10:22 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 25 Feb 2025 17:16:02 +0000 (09:16 -0800)
commitae6a810b8ccc83ef0916b767708996c52c8b9261
tree8ec78ad3e37f6bf4ef65bb08f941b92b6d30af55
parentbd212fd416c446881b1f686136f7a109fc50bef5
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>
Reviewed-by: Christoph Hellwig <hch@lst.de>
repair/dinode.c