kernel: Update to version 4.4.194
[openwrt/openwrt.git] / target / linux / generic / patches-4.4 / 620-net_sched-codel-do-not-defer-queue-length-update.patch
index 2ec9c7a9e26a9bafe5a89039b51329c1bdde5c0f..b92bca422c29a4fb383a0835e6c824dbeda15733 100644 (file)
@@ -22,7 +22,7 @@ Link: https://bugzilla.kernel.org/show_bug.cgi?id=109581
 
 --- a/net/sched/sch_codel.c
 +++ b/net/sched/sch_codel.c
-@@ -79,11 +79,17 @@ static struct sk_buff *codel_qdisc_deque
+@@ -80,11 +80,17 @@ static struct sk_buff *codel_qdisc_deque
  
        skb = codel_dequeue(sch, &q->params, &q->vars, &q->stats, dequeue);