erofs: clean up decompress queue stuffs
authorGao Xiang <gaoxiang25@huawei.com>
Tue, 8 Oct 2019 12:56:15 +0000 (20:56 +0800)
committerGao Xiang <gaoxiang25@huawei.com>
Sun, 24 Nov 2019 03:02:41 +0000 (11:02 +0800)
commita4b1fab121ec3235e6c5f3543ae1937426bd4eb4
tree8e63d0bed2a08966343b520ab7d00ff0b4313f68
parent5ddcee1f3a1ccaccb31bc17080f75a0bb13b4906
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>
fs/erofs/zdata.c
fs/erofs/zdata.h