erofs: mark z_erofs_lzma_init/erofs_pcpubuf_init w/ __init
authorYangtao Li <frank.li@vivo.com>
Fri, 3 Mar 2023 06:37:31 +0000 (14:37 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Thu, 9 Mar 2023 14:49:30 +0000 (22:49 +0800)
commita279adedbb5206ccadb6b2817838cbb1c834133d
tree0f6f873409a104e8e29fef41581b9ad8f7a97a9e
parentfe15c26ee26efa11741a7b632e9f23b01aca4cc6
erofs: mark z_erofs_lzma_init/erofs_pcpubuf_init w/ __init

They are used during the erofs module init phase. Let's mark it as
__init like any other function.

Signed-off-by: Yangtao Li <frank.li@vivo.com>
Reviewed-by: Yue Hu <huyue2@coolpad.com>
Reviewed-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Link: https://lore.kernel.org/r/20230303063731.66760-1-frank.li@vivo.com
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
fs/erofs/decompressor_lzma.c
fs/erofs/internal.h
fs/erofs/pcpubuf.c