commit | 1e0d5a5747772182d1bb2525d8153da640fdfb58 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun Aug 17 22:31:26 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Aug 17 22:31:26 2008 -0700 |
tree | 266a7c3e9a01728f7661d5b2976cc33d106b463c | |
parent | 3a76e3716b4e571f5d91a20b6afb412560599083 [diff] |
pkt_sched: No longer destroy qdiscs from RCU. We can now kill them synchronously with all of the previous dev_deactivate() cures. This makes netdev destruction and shutdown saner as the qdiscs hold references to the device. Signed-off-by: David S. Miller <davem@davemloft.net>