aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/sysctl.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2009-12-08 12:51:22 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2009-12-08 12:51:22 -0800
commita252e749f1ae17e43ccc5824f7b1b5854417c98b (patch)
tree0398ece85ef2e5ec63780ec892921a589e7a4d71 /net/sctp/sysctl.c
parentMerge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block (diff)
downloadlinux-dev-a252e749f1ae17e43ccc5824f7b1b5854417c98b.tar.xz
linux-dev-a252e749f1ae17e43ccc5824f7b1b5854417c98b.zip
sctp: fix compile error due to sysctl mismerge
I messed up the merge in d7fc02c7bae7b1cf69269992cf880a43a350cdaa, where the conflict in question wasn't just about CTL_UNNUMBERED being removed, but the 'strategy' field is too (sysctl handling is now done through the /proc interface, with no duplicate protocols for reading the data). Reported-by: Larry Finger <Larry.Finger@lwfinger.net> Reported-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
-rw-r--r--net/sctp/sysctl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sctp/sysctl.c b/net/sctp/sysctl.c
index 419e1e962c55..832590bbe0c0 100644
--- a/net/sctp/sysctl.c
+++ b/net/sctp/sysctl.c
@@ -248,7 +248,6 @@ static ctl_table sctp_table[] = {
.maxlen = sizeof(int),
.mode = 0644,
.proc_handler = &proc_dointvec_minmax,
- .strategy = &sysctl_intvec,
.extra1 = &one,
.extra2 = &rwnd_scale_max,
},