Re: [PATCH] net: sched: simplify the qdisc_leaf code
From: Cong Wang <hidden> Date: 2018-12-13 22:52:17
On Thu, Dec 13, 2018 at 12:43 AM [off-list ref] wrote:
From: Tonghao Zhang <redacted>
Except for returning, the var leaf is not
used in the qdisc_leaf(). For simplicity, remove it.
Signed-off-by: Tonghao Zhang <redacted>
Acked-by: Cong Wang <redacted>
In the future, please explicitly mark it is for net-next.
Thanks.