Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19603
b: refs/heads/master
c: 1113a7e
h: refs/heads/master
i:
  19601: 7a7bc2a
  19599: 126624c
v: v3
  • Loading branch information
Stefan Bader authored and Linus Torvalds committed Feb 2, 2006
1 parent 8e57396 commit 6cbd47c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 35849c75d7750a254119c1a4b88c90156919df2a
refs/heads/master: 1113a7e92e483074c6235da59460759e33b9b144
3 changes: 2 additions & 1 deletion trunk/drivers/md/dm-log.c
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,8 @@ static int core_get_resync_work(struct dirty_log *log, region_t *region)
return 0;

do {
*region = find_next_zero_bit((unsigned long *) lc->sync_bits,
*region = ext2_find_next_zero_bit(
(unsigned long *) lc->sync_bits,
lc->region_count,
lc->sync_search);
lc->sync_search = *region + 1;
Expand Down

0 comments on commit 6cbd47c

Please sign in to comment.