Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280495
b: refs/heads/master
c: 915c420
h: refs/heads/master
i:
  280493: 5f999df
  280491: bc3be9c
  280487: ecddf95
  280479: 459fd37
v: v3
  • Loading branch information
NeilBrown committed Dec 22, 2011
1 parent da5f8c0 commit ccac33f
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: 38059ec2bd2ce9e4709f49f34795aa0944287908
refs/heads/master: 915c420ddfa3eb22a0dbdb7a8e0ecf020c31961f
2 changes: 1 addition & 1 deletion trunk/drivers/md/bitmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1587,7 +1587,7 @@ static void bitmap_set_memory_bits(struct bitmap *bitmap, sector_t offset, int n
}
if (!*bmc) {
struct page *page;
*bmc = 1 | (needed ? NEEDED_MASK : 0);
*bmc = 2 | (needed ? NEEDED_MASK : 0);
bitmap_count_page(bitmap, offset, 1);
page = filemap_get_page(bitmap, offset >> CHUNK_BLOCK_SHIFT(bitmap));
set_page_attr(bitmap, page, BITMAP_PAGE_PENDING);
Expand Down

0 comments on commit ccac33f

Please sign in to comment.