mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-20 08:38:24 +08:00
[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
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user