]> git.baikalelectronics.ru Git - kernel.git/commit
zram: rename zram_decompress_page to __zram_bvec_read
authorMinchan Kim <minchan@kernel.org>
Wed, 6 Sep 2017 23:19:50 +0000 (16:19 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 7 Sep 2017 00:27:25 +0000 (17:27 -0700)
commite46505716af0dcf918a1342c2f4fcea0c923c091
treeb495352f5c03fd441d7ba2b9690bc9a2725e1397
parent9f81f6b9c01faf35d9cad2a575f17189bce0eea8
zram: rename zram_decompress_page to __zram_bvec_read

zram_decompress_page naming is not proper because it doesn't decompress
if page was dedup hit or stored with compression.

Use more abstract term and consistent with write path function
__zram_bvec_write.

Link: http://lkml.kernel.org/r/1498459987-24562-4-git-send-email-minchan@kernel.org
Signed-off-by: Minchan Kim <minchan@kernel.org>
Cc: Juneho Choi <juno.choi@lge.com>
Cc: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/block/zram/zram_drv.c