diff options
author | Gao Xiang <gaoxiang25@huawei.com> | 2019-10-08 20:56:15 +0800 |
---|---|---|
committer | Gao Xiang <gaoxiang25@huawei.com> | 2019-11-24 11:02:41 +0800 |
commit | a4b1fab121ec3235e6c5f3543ae1937426bd4eb4 (patch) | |
tree | 8e63d0bed2a08966343b520ab7d00ff0b4313f68 /kernel/ksysfs.c | |
parent | 5ddcee1f3a1ccaccb31bc17080f75a0bb13b4906 (diff) | |
download | linux-a4b1fab121ec3235e6c5f3543ae1937426bd4eb4.tar.bz2 |
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 'kernel/ksysfs.c')
0 files changed, 0 insertions, 0 deletions