kernel-ark/drivers/staging/zram
Wanpeng Li 25eeb66759 zram: fix zram_bvec_read duplicate dump failure message and stat accumulation
When zram decompress fails, the code unnecessarily dumps failure messages and
does stat accumulation in function zram_decompress_page(), this work is already
done in function zram_decompress_page, the patch skips the redundant work.

Signed-off-by: Wanpeng Li <liwanp@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-03-18 17:42:34 -07:00
..
Kconfig
Makefile
zram_drv.c zram: fix zram_bvec_read duplicate dump failure message and stat accumulation 2013-03-18 17:42:34 -07:00
zram_drv.h zram: get rid of lockdep warning 2013-02-05 18:01:24 -08:00
zram_sysfs.c zram: get rid of lockdep warning 2013-02-05 18:01:24 -08:00
zram.txt