Commit 1ea41595 authored by Xiu Jianfeng's avatar Xiu Jianfeng Committed by Andrew Morton

mm/secretmem: add __init annotation to secretmem_init()

It's a fs_initcall entry, add __init annotation to it.

Link: https://lkml.kernel.org/r/20220915011602.176967-1-xiujianfeng@huawei.comSigned-off-by: default avatarXiu Jianfeng <xiujianfeng@huawei.com>
Cc: Mike Rapoport <rppt@kernel.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent e47b0825
......@@ -276,7 +276,7 @@ static struct file_system_type secretmem_fs = {
.kill_sb = kill_anon_super,
};
static int secretmem_init(void)
static int __init secretmem_init(void)
{
int ret = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment