diff options
author | 2017-09-06 16:19:47 -0700 | |
---|---|---|
committer | 2017-09-06 17:27:25 -0700 | |
commit | 97ec7c8bd5d029b2c3e40355c1204197094e9ba1 (patch) | |
tree | 6be25e0fa4d2137f9295a5464fedd16d9ed600d2 /Documentation/filesystems | |
parent | zram: clean up duplicated codes in __zram_bvec_write (diff) | |
download | linux-dev-97ec7c8bd5d029b2c3e40355c1204197094e9ba1.tar.xz linux-dev-97ec7c8bd5d029b2c3e40355c1204197094e9ba1.zip |
zram: inline zram_compress
zram_compress does several things, compress, entry alloc and check
limitation. I did for just readbility but it hurts modulization.:(
So this patch removes zram_compress functions and inline it in
__zram_bvec_write for upcoming patches.
Link: http://lkml.kernel.org/r/1498459987-24562-3-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 'Documentation/filesystems')
0 files changed, 0 insertions, 0 deletions