Skip to content

Commit

Permalink
[PATCH] sysctl: ax25: remove unnecessary insert_at_head flag
Browse files Browse the repository at this point in the history
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Feb 14, 2007
1 parent f7d749f commit 2852236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ax25/sysctl_net_ax25.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ void ax25_register_sysctl(void)

ax25_dir_table[0].child = ax25_table;

ax25_table_header = register_sysctl_table(ax25_root_table, 1);
ax25_table_header = register_sysctl_table(ax25_root_table, 0);
}

void ax25_unregister_sysctl(void)
Expand Down

0 comments on commit 2852236

Please sign in to comment.