f2fs: mark f2fs_init_compress_mempool w/ __init
authorYangtao Li <frank.li@vivo.com>
Thu, 29 Dec 2022 13:18:28 +0000 (21:18 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 11 Jan 2023 19:15:18 +0000 (11:15 -0800)
commita1357a91ec9ee72cf7683ac17b5f26dd5b4e6e5f
tree17dfba54470152040371f6e7ae55bc41cee9b0d9
parentb5a711acab305e04278c136c841ba37c589c16a1
f2fs: mark f2fs_init_compress_mempool w/ __init

f2fs_init_compress_mempool() only initializes the memory pool during
the f2fs module init phase. Let's mark it as __init like any other
function.

Signed-off-by: Yangtao Li <frank.li@vivo.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/compress.c
fs/f2fs/f2fs.h