Re: [PATCH] net: sched: simplify the qdisc_leaf code

2018-12-15 Thread David Miller
From: xiangxia.m@gmail.com Date: Thu, 13 Dec 2018 00:43:23 -0800 > From: Tonghao Zhang > > Except for returning, the var leaf is not > used in the qdisc_leaf(). For simplicity, remove it. > > Signed-off-by: Tonghao Zhang Applied to net-next.

Re: [PATCH] net: sched: simplify the qdisc_leaf code

2018-12-13 Thread Cong Wang
On Thu, Dec 13, 2018 at 12:43 AM wrote: > > From: Tonghao Zhang > > Except for returning, the var leaf is not > used in the qdisc_leaf(). For simplicity, remove it. > > Signed-off-by: Tonghao Zhang Acked-by: Cong Wang In the future, please explicitly mark it is for net-next. Thanks.

[PATCH] net: sched: simplify the qdisc_leaf code

2018-12-13 Thread xiangxia . m . yue
From: Tonghao Zhang Except for returning, the var leaf is not used in the qdisc_leaf(). For simplicity, remove it. Signed-off-by: Tonghao Zhang --- net/sched/sch_api.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net/sched/sch_api.c b/net/sched/sch_api.c index 9c88cec