aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.4/661-fq_codel_keep_dropped_stats.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-06-07 14:11:13 +0200
committerFelix Fietkau <nbd@nbd.name>2016-06-11 09:51:23 +0200
commitfecd715ef820d36e262c04ffba5d0d8968ce1ddb (patch)
treef6e639c3f906ff2c002dc65032d25984c4752d75 /target/linux/generic/patches-4.4/661-fq_codel_keep_dropped_stats.patch
parentdf7af9317b9fd9532497351288ff5697fe88e40d (diff)
downloadupstream-fecd715ef820d36e262c04ffba5d0d8968ce1ddb.tar.gz
upstream-fecd715ef820d36e262c04ffba5d0d8968ce1ddb.tar.bz2
upstream-fecd715ef820d36e262c04ffba5d0d8968ce1ddb.zip
kernel: merge pending fq_codel backlog accounting fix
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/generic/patches-4.4/661-fq_codel_keep_dropped_stats.patch')
-rw-r--r--target/linux/generic/patches-4.4/661-fq_codel_keep_dropped_stats.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-4.4/661-fq_codel_keep_dropped_stats.patch b/target/linux/generic/patches-4.4/661-fq_codel_keep_dropped_stats.patch
index 30907229ce..3cb950c0db 100644
--- a/target/linux/generic/patches-4.4/661-fq_codel_keep_dropped_stats.patch
+++ b/target/linux/generic/patches-4.4/661-fq_codel_keep_dropped_stats.patch
@@ -1,6 +1,6 @@
--- a/net/sched/sch_fq_codel.c
+++ b/net/sched/sch_fq_codel.c
-@@ -218,7 +218,6 @@ static int fq_codel_enqueue(struct sk_bu
+@@ -219,7 +219,6 @@ static int fq_codel_enqueue(struct sk_bu
list_add_tail(&flow->flowchain, &q->new_flows);
q->new_flow_count++;
flow->deficit = q->quantum;