From eaba5ccd8c3db8ade6ffe46c63ea0fba12cb2103 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Tue, 30 Apr 2019 12:00:01 +0200 Subject: [PATCH] fix up queue-4.14/ipv4-set-the-tcp_min_rtt_wlen-range-from-0-to-one-day.patch --- ...4-set-the-tcp_min_rtt_wlen-range-from-0-to-one-day.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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", -- 2.47.2