pkt_sched: Remove qdisc_lock_tree usage in cls_api.c
authorDavid S. Miller <davem@davemloft.net>
Wed, 16 Jul 2008 09:40:45 +0000 (02:40 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Jul 2008 02:21:24 +0000 (19:21 -0700)
It just wants the qdisc tree for the filter to be synchronized.
So just BH lock qdisc_root_lock(q) instead.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found