Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197472
b: refs/heads/master
c: 964147d
h: refs/heads/master
v: v3
  • Loading branch information
NeilBrown committed May 18, 2010
1 parent 76eedc1 commit 7682484
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: a64c876fd357906a1f7193723866562ad290654c
refs/heads/master: 964147d5c86d63be79b442c30f3783d49860c078
5 changes: 3 additions & 2 deletions trunk/drivers/md/raid1.c
Original file line number Diff line number Diff line change
Expand Up @@ -911,9 +911,10 @@ static int make_request(struct request_queue *q, struct bio * bio)
if (test_bit(Faulty, &rdev->flags)) {
rdev_dec_pending(rdev, mddev);
r1_bio->bios[i] = NULL;
} else
} else {
r1_bio->bios[i] = bio;
targets++;
targets++;
}
} else
r1_bio->bios[i] = NULL;
}
Expand Down

0 comments on commit 7682484

Please sign in to comment.