Skip to content

Commit

Permalink
[PATCH] sysctl: dccp: 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>
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>
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Feb 14, 2007
1 parent d87abf4 commit f7d749f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/dccp/sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ static struct ctl_table_header *dccp_table_header;

int __init dccp_sysctl_init(void)
{
dccp_table_header = register_sysctl_table(dccp_root_table, 1);
dccp_table_header = register_sysctl_table(dccp_root_table, 0);

return dccp_table_header != NULL ? 0 : -ENOMEM;
}
Expand Down

0 comments on commit f7d749f

Please sign in to comment.