From: Greg Kroah-Hartman Date: Tue, 30 Apr 2019 10:00:01 +0000 (+0200) Subject: fix up queue-4.14/ipv4-set-the-tcp_min_rtt_wlen-range-from-0-to-one-day.patch X-Git-Tag: v4.9.172~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eaba5ccd8c3db8ade6ffe46c63ea0fba12cb2103;p=thirdparty%2Fkernel%2Fstable-queue.git fix up queue-4.14/ipv4-set-the-tcp_min_rtt_wlen-range-from-0-to-one-day.patch --- diff --git a/queue-4.14/ipv4-set-the-tcp_min_rtt_wlen-range-from-0-to-one-day.patch b/queue-4.14/ipv4-set-the-tcp_min_rtt_wlen-range-from-0-to-one-day.patch index 6c59b84de9b..8e5e3036913 100644 --- a/queue-4.14/ipv4-set-the-tcp_min_rtt_wlen-range-from-0-to-one-day.patch +++ b/queue-4.14/ipv4-set-the-tcp_min_rtt_wlen-range-from-0-to-one-day.patch @@ -77,8 +77,8 @@ Signed-off-by: Greg Kroah-Hartman /* obsolete */ static int sysctl_tcp_low_latency __read_mostly; -@@ -1138,7 +1139,9 @@ static struct ctl_table ipv4_net_table[] - .data = &init_net.ipv4.sysctl_tcp_sack, +@@ -552,7 +553,9 @@ static struct ctl_table ipv4_table[] = { + .data = &sysctl_tcp_min_rtt_wlen, .maxlen = sizeof(int), .mode = 0644, - .proc_handler = proc_dointvec @@ -87,4 +87,4 @@ Signed-off-by: Greg Kroah-Hartman + .extra2 = &one_day_secs }, { - .procname = "tcp_window_scaling", + .procname = "tcp_low_latency",