projects
/
platform
/
kernel
/
linux-arm64.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d87abf4
)
[PATCH] sysctl: dccp: remove unnecessary insert_at_head flag
author
Eric W. Biederman
<ebiederm@xmission.com>
Wed, 14 Feb 2007 08:33:29 +0000
(
00:33
-0800)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Wed, 14 Feb 2007 16:09:55 +0000
(08:09 -0800)
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>
net/dccp/sysctl.c
patch
|
blob
|
history
diff --git
a/net/dccp/sysctl.c
b/net/dccp/sysctl.c
index fdcfca3e9208926809e769f469a0fd139050c153..33916318ed6dd95a20434942ed9afd369e6fb494 100644
(file)
--- a/
net/dccp/sysctl.c
+++ b/
net/dccp/sysctl.c
@@
-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;
}