From: David S. Miller Date: Mon, 18 Aug 2008 05:31:26 +0000 (-0700) Subject: pkt_sched: No longer destroy qdiscs from RCU. X-Git-Tag: v2.6.27-rc4~39^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e0d5a5747772182d1bb2525d8153da640fdfb58;p=pandora-kernel.git 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 --- Reading git-diff-tree failed