sch_htb: Remove local SKB queue handling code.
authorDavid S. Miller <davem@davemloft.net>
Sun, 29 Jul 2018 23:22:13 +0000 (16:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Sep 2018 17:06:52 +0000 (10:06 -0700)
commitaea890b8b2e071bb75043353581f2197a2f13160
treeb37f76eff482d97d50dc9ecc1a82ca0129eaf58e
parent0153167aebd0808fb90031dba07d4e696557474c
sch_htb: Remove local SKB queue handling code.

Instead, adjust __qdisc_enqueue_tail() such that HTB can use it
instead.

The only other caller of __qdisc_enqueue_tail() is
qdisc_enqueue_tail() so we can move the backlog and return value
handling (which HTB doesn't need/want) to the latter.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sch_generic.h
net/sched/sch_htb.c