commit | d67aee76d41861cda99b1ea13f8bf33fd06c5f20 | [log] [tgz] |
---|---|---|
author | Gao Xiang <hsiangkao@linux.alibaba.com> | Tue Dec 28 13:46:00 2021 +0800 |
committer | Gao Xiang <hsiangkao@linux.alibaba.com> | Wed Dec 29 06:41:59 2021 +0800 |
tree | 4083cf0207d04ff2962db1db3a1317e9c5340b61 | |
parent | 469407a3b5ed9390cfacb0363d1cc926a51f6a14 [diff] |
erofs: tidy up z_erofs_lz4_decompress To prepare for the upcoming ztailpacking feature and further cleanups, introduce a unique z_erofs_lz4_decompress_ctx to keep the context, including inpages, outpages and oend, which are frequently used by the lz4 decompressor. No logic changes. Link: https://lore.kernel.org/r/20211228054604.114518-2-hsiangkao@linux.alibaba.com Reviewed-by: Chao Yu <chao@kernel.org> Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>