summaryrefslogtreecommitdiff
path: root/drivers/parisc/pdc_stable.c
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2008-07-06 06:22:19 (GMT)
committerDavid S. Miller <davem@davemloft.net>2008-07-06 06:22:19 (GMT)
commitfbd8f1379aeeb3e44a59302a6b2850636130bb2a (patch)
treeaa3c73e765d983f91f6509753c35a019bae19fd8 /drivers/parisc/pdc_stable.c
parentd77fea2eb9206833c7aa1b013044ddeb5225b92c (diff)
downloadlinux-fbd8f1379aeeb3e44a59302a6b2850636130bb2a.tar.xz
net-sched: sch_htb: move hash and sibling list removal to htb_delete
Hash list removal currently happens twice (once in htb_delete, once in htb_destroy_class), which makes it harder to use the dynamically sized class hash without adding special cases for HTB. The reason is that qdisc destruction destroys classes in hierarchical order, which is not necessary if filters are destroyed in a separate iteration during qdisc destruction. Adjust qdisc destruction to follow the same scheme as other hierarchical qdiscs by first performing a filter destruction pass, then destroying all classes in hash order. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/parisc/pdc_stable.c')
0 files changed, 0 insertions, 0 deletions