On 6/20/19 11:50 AM, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > If the repair command fails, it should tag the error message with its > own name ("repair"). > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Reviewed-by: Eric Sandeen <sandeen@xxxxxxxxxx> > --- > io/scrub.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > > diff --git a/io/scrub.c b/io/scrub.c > index 2ff1a6af..052497be 100644 > --- a/io/scrub.c > +++ b/io/scrub.c > @@ -293,7 +293,7 @@ repair_ioctl( > > error = ioctl(fd, XFS_IOC_SCRUB_METADATA, &meta); > if (error) > - perror("scrub"); > + perror("repair"); > if (meta.sm_flags & XFS_SCRUB_OFLAG_CORRUPT) > printf(_("Corruption remains.\n")); > if (meta.sm_flags & XFS_SCRUB_OFLAG_PREEN) >