kernel: bump 4.9 to 4.9.116
[openwrt/openwrt.git] / target / linux / generic / backport-4.9 / 024-9-tcp-add-a-missing-barrier-in-tcp_tasklet_func.patch
index d2b8de6a04e6795568ce35673bb657edc09e184f..bd743032663684e1ce97d5110d168e96bc1f80c0 100644 (file)
@@ -30,7 +30,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
 
 --- a/net/ipv4/tcp_output.c
 +++ b/net/ipv4/tcp_output.c
-@@ -769,6 +769,7 @@ static void tcp_tasklet_func(unsigned lo
+@@ -774,6 +774,7 @@ static void tcp_tasklet_func(unsigned lo
                list_del(&tp->tsq_node);
  
                sk = (struct sock *)tp;