Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252797
b: refs/heads/master
c: 6f13f6f
h: refs/heads/master
i:
  252795: a3ffd48
v: v3
  • Loading branch information
Martin K. Petersen authored and Alasdair G Kergon committed May 29, 2011
1 parent e93631c commit 5bd8c48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f4808ca99a203f20b4475601748e44b25a65bdec
refs/heads/master: 6f13f6fba76edc7d0e7580c5deee829d59a41b2f
2 changes: 1 addition & 1 deletion trunk/drivers/md/dm-mpath.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5bd8c48

Please sign in to comment.