[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)
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>

No differences found