Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346193
b: refs/heads/master
c: f66ee69
h: refs/heads/master
i:
  346191: b0f57b0
v: v3
  • Loading branch information
Lars Ellenberg authored and Philipp Reisner committed Nov 8, 2012
1 parent 0a741b1 commit 84686b4
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: a220d291804233e3a5e3425abf79fa1e62e7bd35
refs/heads/master: f66ee69746f6413cae41bdc8b26260e653f62402
2 changes: 1 addition & 1 deletion trunk/drivers/block/drbd/drbd_bitmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ void drbd_bm_unlock(struct drbd_conf *mdev)
static void bm_store_page_idx(struct page *page, unsigned long idx)
{
BUG_ON(0 != (idx & ~BM_PAGE_IDX_MASK));
page_private(page) |= idx;
set_page_private(page, idx);
}

static unsigned long bm_page_to_idx(struct page *page)
Expand Down

0 comments on commit 84686b4

Please sign in to comment.