commit | eb2a021c4710b98081daa797d5a729ac23c240cd | [log] [tgz] |
---|---|---|
author | Francois Romieu <romieu@fr.zoreil.com> | Thu Feb 15 23:37:21 2007 +0100 |
committer | Jeff Garzik <jeff@garzik.org> | Tue Feb 20 11:18:12 2007 -0500 |
tree | 93f0d67ed4fef48fa324f33890bec242e35fbfe0 | |
parent | 1ca949299260aa49eeba34ff912e2321c8b1f647 [diff] |
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 <romieu@fr.zoreil.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>