From: Greg Kroah-Hartman Date: Fri, 18 Feb 2011 20:11:27 +0000 (-0800) Subject: Merge 2.6.38-rc5 into staging-next X-Git-Tag: v2.6.39-rc1~469^2~587 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80ae3fa5d6712ef3625eff617f72e190645d6361;p=thirdparty%2Fkernel%2Fstable.git Merge 2.6.38-rc5 into staging-next This is to resolve a merge conflict with: drivers/staging/zram/zram_drv.c as pointed out by Stephen Rothwell Cc: Stephen Rothwell Cc: Nitin Gupta Cc: Robert Jennings Signed-off-by: Greg Kroah-Hartman --- 80ae3fa5d6712ef3625eff617f72e190645d6361 diff --cc drivers/staging/zram/zram_drv.c index 1017d6df17d1e,4bd8cbdaee76f..5fdf9d2fc950f --- a/drivers/staging/zram/zram_drv.c +++ b/drivers/staging/zram/zram_drv.c @@@ -237,7 -235,8 +238,8 @@@ static void zram_read(struct zram *zram 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); + index++; continue; }