If the kernel tells us that a filesystem object didn't need repairs, we
should log that with a message specific to that outcome.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
_("Seems correct but cross-referencing failed; will keep checking."));
return CHECK_RETRY;
}
+ } else if (meta.sm_flags & XFS_SCRUB_OFLAG_NO_REPAIR_NEEDED) {
+ if (verbose)
+ str_info(ctx, descr_render(&dsc),
+ _("No modification needed."));
} else {
/* Clean operation, no corruption detected. */
if (is_corrupt(&oldm))