Re: [Patch net] sch_tbf: update backlog as well

2016-06-03 Thread David Miller
From: Cong Wang Date: Wed, 1 Jun 2016 16:15:19 -0700 > Fixes: 2f5fb43f ("net_sched: update hierarchical backlog too") > Cc: Jamal Hadi Salim > Signed-off-by: Cong Wang Applied.

[Patch net] sch_tbf: update backlog as well

2016-06-01 Thread Cong Wang
Fixes: 2f5fb43f ("net_sched: update hierarchical backlog too") Cc: Jamal Hadi Salim Signed-off-by: Cong Wang --- net/sched/sch_tbf.c | 4 1 file changed, 4 insertions(+) diff --git a/net/sched/sch_tbf.c b/net/sched/sch_tbf.c index 83b90b5..3161e49 100644 --- a/net/sched/sch_tbf.c +++ b