[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: Eric W. Biederman <ebiederm@xmission.com> Acked-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
2b1bec5f52
commit
2d4381dec3
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ static ctl_table rose_root_table[] = {
|
|||
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue