]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_scrub: don't call FITRIM after runtime errors
authorDarrick J. Wong <djwong@kernel.org>
Mon, 29 Jul 2024 23:23:12 +0000 (16:23 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:01:09 +0000 (17:01 -0700)
commit232d3db1695506dc100c68fe86cd596d9659fc7b
tree12899d869250c6561ad16bae557b2c069cd7bdd0
parent0dc0d5dca86c51be99bd6a1342abaa528673436e
xfs_scrub: don't call FITRIM after runtime errors

Don't call FITRIM if there have been runtime errors -- we don't want to
touch anything after any kind of unfixable problem.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
scrub/phase8.c