commit | 15b458fa65cbba395724a99ab1b7d3785ca76c1c | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed Jul 16 02:42:51 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 17 19:21:25 2008 -0700 |
tree | 7759eee59d6eb7c324732e89fa7007d49c0965df | |
parent | 55dbc640c31db373fa07eb1e3af9b8eadbdf80db [diff] |
pkt_sched: Kill qdisc_lock_tree usage in cls_route.c It just wants the qdisc tree to be synchronized, so grabbing qdisc_root_lock() is sufficient. Signed-off-by: David S. Miller <davem@davemloft.net>