Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264001
b: refs/heads/master
c: 8097680
h: refs/heads/master
i:
  263999: 60822bf
v: v3
  • Loading branch information
Seth Jennings authored and Linus Torvalds committed Sep 20, 2011
1 parent 9ca21cb commit 09ab40f
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: 2838888f3f268344d42ac088c8abcff91c505ced
refs/heads/master: 80976804f501303a34a76e925119393722596dca
2 changes: 1 addition & 1 deletion trunk/drivers/staging/zcache/zcache-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@ static int zcache_pampd_get_data_and_free(char *data, size_t *bufsize, bool raw,
int ret = 0;

BUG_ON(!is_ephemeral(pool));
zbud_decompress(virt_to_page(data), pampd);
zbud_decompress((struct page *)(data), pampd);
zbud_free_and_delist((struct zbud_hdr *)pampd);
atomic_dec(&zcache_curr_eph_pampd_count);
return ret;
Expand Down

0 comments on commit 09ab40f

Please sign in to comment.