]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/md/dm-mpath.c
ps3_gelic: Don't kill the device on DMA failure
[karo-tx-linux.git] / drivers / md / dm-mpath.c
index a550a057d991bc309b68cfa0f97481365bb1de6e..aa4e570c2cb5007cde5de16b9be07c001d980d68 100644 (file)
@@ -1290,7 +1290,7 @@ static int do_end_io(struct multipath *m, struct request *clone,
        if (!error && !clone->errors)
                return 0;       /* I/O complete */
 
-       if (error == -EOPNOTSUPP || error == -EREMOTEIO)
+       if (error == -EOPNOTSUPP || error == -EREMOTEIO || error == -EILSEQ)
                return error;
 
        if (mpio->pgpath)