Message ID | 172229848123.1349330.4056000330400170809.stgit@frogsfrogsfrogs (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | [1/7] xfs_scrub: move FITRIM to phase 8 | expand |
diff --git a/scrub/phase8.c b/scrub/phase8.c index 288800a76..75400c968 100644 --- a/scrub/phase8.c +++ b/scrub/phase8.c @@ -39,6 +39,9 @@ fstrim_ok( if (ctx->unfixable_errors != 0) return false; + if (ctx->runtime_errors != 0) + return false; + return true; }