Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180582
b: refs/heads/master
c: 558569a
h: refs/heads/master
v: v3
  • Loading branch information
Takahiro Yasui authored and Alasdair G Kergon committed Feb 16, 2010
1 parent a8d9999 commit f537b43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 5528d17de1cf1462f285c40ccaf8e0d0e4c64dc0
refs/heads/master: 558569aa9d83e016295bac77d900342908d7fd85
5 changes: 2 additions & 3 deletions trunk/drivers/md/dm-region-hash.c
Original file line number Diff line number Diff line change
Expand Up @@ -660,10 +660,9 @@ void dm_rh_recovery_end(struct dm_region *reg, int success)
spin_lock_irq(&rh->region_lock);
if (success)
list_add(&reg->list, &reg->rh->recovered_regions);
else {
reg->state = DM_RH_NOSYNC;
else
list_add(&reg->list, &reg->rh->failed_recovered_regions);
}

spin_unlock_irq(&rh->region_lock);

rh->wakeup_workers(rh->context);
Expand Down

0 comments on commit f537b43

Please sign in to comment.