pkt_sched: No longer destroy qdiscs from RCU.
authorDavid S. Miller <davem@davemloft.net>
Mon, 18 Aug 2008 05:31:26 +0000 (22:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Aug 2008 05:31:26 +0000 (22:31 -0700)
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>

No differences found