Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zram: fix zram_bvec_read duplicate dump failure message and stat accu…
…mulation 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>
- Loading branch information