mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:44:45 +01:00
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>
This commit is contained in:
parent
e47b082579
commit
1ea41595f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue