commit | 25eeb667599b192ea850a062d69383ee864c06ab | [log] [tgz] |
---|---|---|
author | Wanpeng Li <liwanp@linux.vnet.ibm.com> | Wed Mar 13 15:06:16 2013 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Mar 18 17:42:34 2013 -0700 |
tree | f2b1f8b4a46ec9d741bbc7bb591ab7807279c83b | |
parent | dcb4e2d9bb4e3b6ad05bc513a237a87e46952341 [diff] |
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>