From: Francois Romieu Date: Thu, 15 Feb 2007 22:37:21 +0000 (+0100) Subject: r8169: RTNL and flush_scheduled_work deadlock X-Git-Tag: v2.6.21-rc1~51^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb2a021c4710b98081daa797d5a729ac23c240cd;p=pandora-kernel.git r8169: RTNL and flush_scheduled_work deadlock flush_scheduled_work() in net_device->close has a slight tendency to deadlock with tasks on the workqueue that hold RTNL. rtl8169_close/down simply need the recovery tasks to not meddle with the hardware while the device is going down. Signed-off-by: Francois Romieu Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed