From: Dave Chinner <dchinner@xxxxxxxxxx> It detects more errors, so we need to filter them out to prevent golden image mismatches on successful recovery. Signed-off-by: Dave Chinner <dchinner@xxxxxxxxxx> --- common/repair | 1 + 1 file changed, 1 insertion(+) diff --git a/common/repair b/common/repair index 7a99546..ce6d258 100644 --- a/common/repair +++ b/common/repair @@ -83,6 +83,7 @@ s/\s+- \d+:\d\d:\d\d:.*\n//g; /^Metadata corruption detected/ && next; /^Metadata CRC error detected/ && next; /^agfl has bad CRC/ && next; +/^bad CRC for inode/ && next; # finobt enabled filesystem output s/(inode chunk) (\d+)\/(\d+)/AGNO\/INO/; # sunit/swidth reset messages -- 2.0.0 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html