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