[NET_SCHED]: Fix endless loops (part 2): "simple" qdiscs
authorPatrick McHardy <kaber@trash.net>
Thu, 30 Nov 2006 01:36:20 +0000 (17:36 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:31:43 +0000 (21:31 -0800)
Convert the "simple" qdiscs to use qdisc_tree_decrease_qlen() where
necessary:

- all graft operations
- destruction of old child qdiscs in prio, red and tbf change operation
- purging of queue in sfq change operation

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found