diff options
author | Gao Xiang <gaoxiang25@huawei.com> | 2019-10-08 14:56:15 +0200 |
---|---|---|
committer | Gao Xiang <gaoxiang25@huawei.com> | 2019-11-24 04:02:41 +0100 |
commit | a4b1fab121ec3235e6c5f3543ae1937426bd4eb4 (patch) | |
tree | 8e63d0bed2a08966343b520ab7d00ff0b4313f68 /LICENSES | |
parent | erofs: get rid of __stagingpage_alloc helper (diff) | |
download | linux-a4b1fab121ec3235e6c5f3543ae1937426bd4eb4.tar.xz linux-a4b1fab121ec3235e6c5f3543ae1937426bd4eb4.zip |
erofs: clean up decompress queue stuffs
Previously, both z_erofs_unzip_io and z_erofs_unzip_io_sb
record decompress queues for backend to use.
The only difference is that z_erofs_unzip_io is used for
on-stack sync decompression so that it doesn't have a super
block field (since the caller can pass it in its context),
but it increases complexity with only a pointer saving.
Rename z_erofs_unzip_io to z_erofs_decompressqueue with
a fixed super_block member and kill the other entirely,
and it can fallback to sync decompression if memory
allocation failure.
Link: https://lore.kernel.org/r/20191008125616.183715-4-gaoxiang25@huawei.com
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Gao Xiang <gaoxiang25@huawei.com>
Diffstat (limited to 'LICENSES')
0 files changed, 0 insertions, 0 deletions