commit | 88aaf5a79c5cde56429fd96219d28707361107cd | [log] [tgz] |
---|---|---|
author | Gao Xiang <gaoxiang25@huawei.com> | Mon Jun 24 15:22:57 2019 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jun 26 09:44:40 2019 +0800 |
tree | 531f99cc4223f500bc1269d71106daec4d39f1d7 | |
parent | 0ffd71bcc3a03ebb3551661a36052488369c4de9 [diff] |
staging: erofs: switch to new decompression backend This patch integrates new decompression framework to erofs decompression path, and remove the old decompression implementation as well. On kirin980 platform, sequential read is slightly improved to 778MiB/s after the new decompression backend is used. Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Gao Xiang <gaoxiang25@huawei.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>