Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16525
b: refs/heads/master
c: ac81b2e
h: refs/heads/master
i:
  16523: bf86490
v: v3
  • Loading branch information
Darrick J. Wong authored and Linus Torvalds committed Jan 6, 2006
1 parent 33dfcf0 commit eaa4550
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: 9d3520a339d62f942085e9888f66905eb8b350bd
refs/heads/master: ac81b2ee45eb811fdb0aa1cfb71d468d944d00ce
2 changes: 1 addition & 1 deletion trunk/drivers/md/dm-log.c
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ static int core_get_resync_work(struct dirty_log *log, region_t *region)
lc->sync_search);
lc->sync_search = *region + 1;

if (*region == lc->region_count)
if (*region >= lc->region_count)
return 0;

} while (log_test_bit(lc->recovering_bits, *region));
Expand Down

0 comments on commit eaa4550

Please sign in to comment.