Loading drivers/md/dm-mpath.c +1 −1 Original line number Diff line number Diff line Loading @@ -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)) Loading Loading
drivers/md/dm-mpath.c +1 −1 Original line number Diff line number Diff line Loading @@ -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)) Loading