]> git.baikalelectronics.ru Git - kernel.git/commit
mm/secretmem: add __init annotation to secretmem_init()
authorXiu Jianfeng <xiujianfeng@huawei.com>
Thu, 15 Sep 2022 01:16:02 +0000 (09:16 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 3 Oct 2022 21:03:27 +0000 (14:03 -0700)
commit46309c0a8be2a40a660315b9d5bd0b0c739c860f
treeec4fe5b87ab26b78f43cd5fc259ee4e55864c571
parent3a394923e292e94ccfd71330944258e76c24ed28
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.com
Signed-off-by: Xiu Jianfeng <xiujianfeng@huawei.com>
Cc: Mike Rapoport <rppt@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/secretmem.c