]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[NET_SCHED]: Eliminate qdisc_tree_lock
authorPatrick McHardy <kaber@trash.net>
Tue, 17 Apr 2007 00:02:10 +0000 (17:02 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:29:07 +0000 (22:29 -0700)
commit0463d4ae25771aaf3379bb6b2392f6edf23c2828
tree5c820b718abfe086a7b1d91814cb99d721439a46
parentffa4d7216e848fbfdcb8e6f0bb66abeaa1888964
[NET_SCHED]: Eliminate qdisc_tree_lock

Since we're now holding the rtnl during the entire dump operation, we
can remove qdisc_tree_lock, whose only purpose is to protect dump
callbacks from concurrent changes to the qdisc tree.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/pkt_sched.h
net/sched/cls_api.c
net/sched/sch_api.c
net/sched/sch_generic.c