kernel: bump 4.9 to 4.9.57
[openwrt/openwrt.git] / target / linux / generic / backport-4.9 / 024-3-tcp-tsq-add-shortcut-in-tcp_tasklet_func.patch
index 8f45c23e3fed946bf6720915986ed29a9e49fda7..d3db74252aa69ee3ca1d915f1d88b0dc95de7b82 100644 (file)
@@ -60,7 +60,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
                nval = cmpxchg(&tp->tsq_flags, oval, nval);
                if (nval != oval)
                        continue;
-@@ -2179,6 +2179,8 @@ static bool tcp_write_xmit(struct sock *
+@@ -2182,6 +2182,8 @@ static bool tcp_write_xmit(struct sock *
                    unlikely(tso_fragment(sk, skb, limit, mss_now, gfp)))
                        break;