Re: [NET_SCHED 04/04]: Eliminate qdisc_tree_lock

2007-04-16 Thread David Miller
From: Patrick McHardy <[EMAIL PROTECTED]> Date: Mon, 16 Apr 2007 09:51:57 +0200 (MEST) > [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

[NET_SCHED 04/04]: Eliminate qdisc_tree_lock

2007-04-16 Thread Patrick McHardy
[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 <[EMAIL PROTECTED]> --- commit cc9651