diff --git a/drivers/md/dm-mpath.c b/drivers/md/dm-mpath.c index ab55955ed704904d7cdabfd2fd06e8762fe6474b..2950b145443d7e1c26f9831490406869f6ed2323 100644 --- a/drivers/md/dm-mpath.c +++ b/drivers/md/dm-mpath.c @@ -1492,7 +1492,7 @@ static int do_end_io(struct multipath *m, struct request *clone, */ int r = DM_ENDIO_REQUEUE; - if (!error && !clone->errors) + if (!error) return 0; /* I/O complete */ if (noretry_error(error))