提交 04c5acfb 编写于 作者: E Eric W. Biederman 提交者: Linus Torvalds

[PATCH] sysctl: atalk: remove unnecessary insert_at_head flag

Signed-off-by: NEric W. Biederman <ebiederm@xmission.com>
Cc: Arnaldo Carvalho de Melo <acme@conectiva.com.br>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 28522366
......@@ -73,7 +73,7 @@ static struct ctl_table_header *atalk_table_header;
void atalk_register_sysctl(void)
{
atalk_table_header = register_sysctl_table(atalk_root_table, 1);
atalk_table_header = register_sysctl_table(atalk_root_table, 0);
}
void atalk_unregister_sysctl(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册