commit | bb3f168159488cfd8f0577729fc35d160c36b7bc | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Jul 03 14:21:12 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Aug 07 13:56:19 2024 -0700 |
tree | 12899d869250c6561ad16bae557b2c069cd7bdd0 | |
parent | aad2af3771e8c019524cbd0958903b220bd1e2de [diff] |
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>