1
0
Fork 0

[PATCH] sysctl: atalk: remove unnecessary insert_at_head flag

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Cc: Arnaldo Carvalho de Melo <acme@conectiva.com.br>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
hifive-unleashed-5.1
Eric W. Biederman 2007-02-14 00:33:30 -08:00 committed by Linus Torvalds
parent 28522366f0
commit 04c5acfb24
1 changed files with 1 additions and 1 deletions

View File

@ -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)