commit | c68d6c8830225089c185bc5945b49afcb2e01cbf | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Mon Sep 14 17:05:14 2020 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Tue Sep 29 09:16:36 2020 -0700 |
tree | 92a540a30094b2afa0671f319c29f00576dd833a | |
parent | 31083031709eea6530f0551d59eecdb2e68265ef [diff] |
f2fs: compress: introduce cic/dic slab cache Add two slab caches: "f2fs_cic_entry" and "f2fs_dic_entry" for memory allocation of compress_io_ctx and decompress_io_ctx structure. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>