Commit 04c5acfb authored by Eric W. Biederman's avatar Eric W. Biederman Committed by Linus Torvalds

[PATCH] sysctl: atalk: remove unnecessary insert_at_head flag

Signed-off-by: default avatarEric W. Biederman <ebiederm@xmission.com>
Cc: Arnaldo Carvalho de Melo <acme@conectiva.com.br>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 28522366
...@@ -73,7 +73,7 @@ static struct ctl_table_header *atalk_table_header; ...@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment