提交 2d4381de 编写于 作者: E Eric W. Biederman 提交者: Linus Torvalds

[PATCH] sysctl: rose: remove unnecessary insert_at_head flag

The sysctl numbers used are unique so setting the insert_at_head flag serves
no semantic purpose.
Signed-off-by: NEric W. Biederman <ebiederm@xmission.com>
Acked-by: NRalf Baechle <ralf@linux-mips.org>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 2b1bec5f
...@@ -160,7 +160,7 @@ static ctl_table rose_root_table[] = { ...@@ -160,7 +160,7 @@ static ctl_table rose_root_table[] = {
void __init rose_register_sysctl(void) void __init rose_register_sysctl(void)
{ {
rose_table_header = register_sysctl_table(rose_root_table, 1); rose_table_header = register_sysctl_table(rose_root_table, 0);
} }
void rose_unregister_sysctl(void) void rose_unregister_sysctl(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册