pkt_sched: sch_htb: Optimize WARN_ONs in htb_dequeue_tree() etc.
authorJarek Poplawski <jarkao2@gmail.com>
Wed, 10 Dec 2008 06:35:02 +0000 (22:35 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 10 Dec 2008 06:35:02 +0000 (22:35 -0800)
We can skip WARN_ON() in htb_dequeue_tree() because there should be
always a similar warning from htb_lookup_leaf() earlier.

The first WARN_ON() in in htb_lookup_leaf() is changed to BUG_ON()
because most likly this should end with oops anyway.

Signed-off-by: Jarek Poplawski <jarkao2@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found