Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235849
b: refs/heads/master
c: 2787f95
h: refs/heads/master
i:
  235847: 55eeb3f
v: v3
  • Loading branch information
Robert Jennings authored and Greg Kroah-Hartman committed Feb 4, 2011
1 parent bbf737d commit 4c67a84
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: 37700965858a099d250bca531ca1c99b22c8708d
refs/heads/master: 2787f959d6c5fb258d964218ac75346019f49ee9
2 changes: 1 addition & 1 deletion trunk/drivers/staging/zram/zram_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ static void zram_read(struct zram *zram, struct bio *bio)
if (unlikely(!zram->table[index].page)) {
pr_debug("Read before write: sector=%lu, size=%u",
(ulong)(bio->bi_sector), bio->bi_size);
/* Do nothing */
handle_zero_page(page);
continue;
}

Expand Down

0 comments on commit 4c67a84

Please sign in to comment.