diff options
author | Minchan Kim <minchan@kernel.org> | 2017-09-07 02:19:50 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-09-07 03:27:25 +0300 |
commit | 693dc1ce25b8c8fa33f930d47cd8f926eeb90812 (patch) | |
tree | b495352f5c03fd441d7ba2b9690bc9a2725e1397 /drivers/input | |
parent | 97ec7c8bd5d029b2c3e40355c1204197094e9ba1 (diff) | |
download | linux-693dc1ce25b8c8fa33f930d47cd8f926eeb90812.tar.xz |
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>
Diffstat (limited to 'drivers/input')
0 files changed, 0 insertions, 0 deletions