Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309350
b: refs/heads/master
c: 0c7db27
h: refs/heads/master
v: v3
  • Loading branch information
Arne Redlich authored and Philipp Reisner committed May 9, 2012
1 parent 45ebfc8 commit 32532c5
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: 4d95a10f97337415c1f74b4901d80e047f8dc128
refs/heads/master: 0c7db27920a87a8db73ca521b527617eceec3bca
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 @@ -205,7 +205,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 32532c5

Please sign in to comment.