Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235846
b: refs/heads/master
c: e3f201b
h: refs/heads/master
v: v3
  • Loading branch information
Robert Jennings authored and Greg Kroah-Hartman committed Feb 4, 2011
1 parent 1f5fc46 commit 445e77f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7b19b8d45b216ff3186f066b31937bdbde066f08
refs/heads/master: e3f201b541ff6748db77b857d2ae69fc9dbbee11
2 changes: 2 additions & 0 deletions trunk/drivers/staging/zram/xvmalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ static void insert_block(struct xv_pool *pool, struct page *page, u32 offset,
nextblock->link.prev_page = page;
nextblock->link.prev_offset = offset;
put_ptr_atomic(nextblock, KM_USER1);
/* If there was a next page then the free bits are set. */
return;
}

__set_bit(slindex % BITS_PER_LONG, &pool->slbitmap[flindex]);
Expand Down

0 comments on commit 445e77f

Please sign in to comment.