Skip to content

Commit

Permalink
[PATCH] sysctl: atalk: remove unnecessary insert_at_head flag
Browse files Browse the repository at this point in the history
Signed-off-by: Eric W. Biederman <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
ebiederm authored and Linus Torvalds committed Feb 14, 2007
1 parent 2852236 commit 04c5acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/appletalk/sysctl_net_atalk.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 04c5acf

Please sign in to comment.