]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
fix up queue-4.14/ipv4-set-the-tcp_min_rtt_wlen-range-from-0-to-one-day.patch
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 Apr 2019 10:00:01 +0000 (12:00 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 Apr 2019 10:00:01 +0000 (12:00 +0200)
queue-4.14/ipv4-set-the-tcp_min_rtt_wlen-range-from-0-to-one-day.patch

index 6c59b84de9b18f13ee8c014104abfb374e34e42c..8e5e3036913e5263b908439b3fbd2abefad15fd8 100644 (file)
@@ -77,8 +77,8 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  
  /* 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 <gregkh@linuxfoundation.org>
 +              .extra2         = &one_day_secs
        },
        {
-               .procname       = "tcp_window_scaling",
+               .procname       = "tcp_low_latency",