Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1913
b: refs/heads/master
c: 4f58802
h: refs/heads/master
i:
  1911: 3176cf6
v: v3
  • Loading branch information
Lars Marowsky-Bree authored and Linus Torvalds committed Jun 8, 2005
1 parent eb5bd17 commit 675c5d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 05062d96a23ec0959ee5ea969f40813170c73c0e
refs/heads/master: 4f58802fae8a51d9e79454746584175c14f84519
3 changes: 3 additions & 0 deletions trunk/drivers/md/dm-mpath.c
Original file line number Diff line number Diff line change
Expand Up @@ -985,6 +985,9 @@ static int do_end_io(struct multipath *m, struct bio *bio,
if (!error)
return 0; /* I/O complete */

if ((error == -EWOULDBLOCK) && bio_rw_ahead(bio))
return error;

spin_lock(&m->lock);
if (!m->nr_valid_paths) {
if (!m->queue_if_no_path || m->suspended) {
Expand Down

0 comments on commit 675c5d3

Please sign in to comment.