Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110628
b: refs/heads/master
c: f7c83e2
h: refs/heads/master
v: v3
  • Loading branch information
Jonathan Brassow authored and Alasdair G Kergon committed Oct 10, 2008
1 parent 643842a commit 7eade6a
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 6680073d3ec7c6dbdbf77870bf1fea869767d779
refs/heads/master: f7c83e2e4783c4f7abe6f3a85a8c5e210f98bc7b
4 changes: 3 additions & 1 deletion trunk/drivers/md/dm-raid1.c
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,9 @@ static int recover(struct mirror_set *ms, struct region *reg)
}

/* hand to kcopyd */
set_bit(DM_KCOPYD_IGNORE_ERROR, &flags);
if (!errors_handled(ms))
set_bit(DM_KCOPYD_IGNORE_ERROR, &flags);

r = dm_kcopyd_copy(ms->kcopyd_client, &from, ms->nr_mirrors - 1, to,
flags, recovery_complete, reg);

Expand Down

0 comments on commit 7eade6a

Please sign in to comment.