From fecd715ef820d36e262c04ffba5d0d8968ce1ddb Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 7 Jun 2016 14:11:13 +0200 Subject: kernel: merge pending fq_codel backlog accounting fix Signed-off-by: Felix Fietkau --- target/linux/generic/patches-4.4/660-fq_codel_defaults.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/generic/patches-4.4/660-fq_codel_defaults.patch') diff --git a/target/linux/generic/patches-4.4/660-fq_codel_defaults.patch b/target/linux/generic/patches-4.4/660-fq_codel_defaults.patch index 048476ba48..46fceffcf1 100644 --- a/target/linux/generic/patches-4.4/660-fq_codel_defaults.patch +++ b/target/linux/generic/patches-4.4/660-fq_codel_defaults.patch @@ -1,6 +1,6 @@ --- a/net/sched/sch_fq_codel.c +++ b/net/sched/sch_fq_codel.c -@@ -459,7 +459,7 @@ static int fq_codel_init(struct Qdisc *s +@@ -471,7 +471,7 @@ static int fq_codel_init(struct Qdisc *s sch->limit = 10*1024; q->flows_cnt = 1024; -- cgit v1.2.3