Merge 2.6.38-rc5 into staging-next
authorGreg Kroah-Hartman <gregkh@suse.de>
Fri, 18 Feb 2011 20:11:27 +0000 (12:11 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 18 Feb 2011 20:11:27 +0000 (12:11 -0800)
This is to resolve a merge conflict with:
drivers/staging/zram/zram_drv.c
as pointed out by Stephen Rothwell

Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Nitin Gupta <ngupta@vflare.org>
Cc: Robert Jennings <rcj@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
1  2 
MAINTAINERS
drivers/staging/brcm80211/brcmsmac/wl_mac80211.c
drivers/staging/brcm80211/brcmsmac/wlc_mac80211.c
drivers/staging/brcm80211/brcmsmac/wlc_pub.h
drivers/staging/hv/netvsc_drv.c
drivers/staging/zram/zram_drv.c

diff --cc MAINTAINERS
Simple merge
Simple merge
@@@ -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;
                }