Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180581
b: refs/heads/master
c: 5528d17
h: refs/heads/master
i:
  180579: 441f88b
v: v3
  • Loading branch information
Mikulas Patocka authored and Alasdair G Kergon committed Feb 16, 2010
1 parent cf4959d commit a8d9999
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: ebfd32bba9b518d684009d9d21a56742337ca1b3
refs/heads/master: 5528d17de1cf1462f285c40ccaf8e0d0e4c64dc0
2 changes: 1 addition & 1 deletion trunk/drivers/md/dm-raid1.c
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ static void do_writes(struct mirror_set *ms, struct bio_list *writes)
/*
* Dispatch io.
*/
if (unlikely(ms->log_failure)) {
if (unlikely(ms->log_failure) && errors_handled(ms)) {
spin_lock_irq(&ms->lock);
bio_list_merge(&ms->failures, &sync);
spin_unlock_irq(&ms->lock);
Expand Down

0 comments on commit a8d9999

Please sign in to comment.