[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>
This commit is contained in:
parent
28522366f0
commit
04c5acfb24
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ static struct ctl_table_header *atalk_table_header;
|
||||||
|
|
||||||
void atalk_register_sysctl(void)
|
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)
|
void atalk_unregister_sysctl(void)
|
||||||
|
|
Loading…
Reference in a new issue