|
@@ -1492,7 +1492,7 @@ static int do_end_io(struct multipath *m, struct request *clone,
|
|
*/
|
|
*/
|
|
int r = DM_ENDIO_REQUEUE;
|
|
int r = DM_ENDIO_REQUEUE;
|
|
|
|
|
|
- if (!error && !clone->errors)
|
|
|
|
|
|
+ if (!error)
|
|
return 0; /* I/O complete */
|
|
return 0; /* I/O complete */
|
|
|
|
|
|
if (noretry_error(error))
|
|
if (noretry_error(error))
|