commit | 3a76e3716b4e571f5d91a20b6afb412560599083 | [log] [tgz] |
---|---|---|
author | Jarek Poplawski <jarkao2@gmail.com> | Sun Aug 17 22:02:11 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Aug 17 22:02:11 2008 -0700 |
tree | caf2e5e493774bef0bcf82eb489c00b68a0144bf | |
parent | 4335cd2da1e8986fa8aff21a91144d986cb0a5fc [diff] |
pkt_sched: Grab correct lock in notify_and_destroy(). From: Jarek Poplawski <jarkao2@gmail.com> When we are destroying non-root qdiscs, we need to lock the root of the qdisc tree not the the qdisc itself. Signed-off-by: David S. Miller <davem@davemloft.net>