Re: [PATCH] erofs: make z_erofs_crypto[] static
From: Chao Yu
Date: Wed Jan 21 2026 - 00:23:40 EST
On 2025/12/16 16:21, Ferry Meng wrote:
Reduce the scope of 'z_erofs_crypto[]' that is not used outside of
'decompressor_crypto.c'.
Reported-by: kernel test robot <lkp@xxxxxxxxx>
Closes: https://lore.kernel.org/oe-kbuild-all/202512102025.4mWeBSsf-lkp@xxxxxxxxx/
Signed-off-by: Ferry Meng <mengferry@xxxxxxxxxxxxxxxxx>
Reviewed-by: Chao Yu <chao@xxxxxxxxxx>
Thanks,