kernel: bump 4.9 to 4.9.63
[openwrt/staging/mkresin.git] / target / linux / generic / backport-4.9 / 024-3-tcp-tsq-add-shortcut-in-tcp_tasklet_func.patch
index d3db74252aa69ee3ca1d915f1d88b0dc95de7b82..249a2ce27e054bd761567784ed8614f823a281f4 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;
-@@ -2182,6 +2182,8 @@ static bool tcp_write_xmit(struct sock *
+@@ -2183,6 +2183,8 @@ static bool tcp_write_xmit(struct sock *
                    unlikely(tso_fragment(sk, skb, limit, mss_now, gfp)))
                        break;