[patch 17/26] firewire: fix unloading of fw-ohci while devices are attached
- From: Greg KH <gregkh@xxxxxxx>
- Date: Wed, 31 Oct 2007 08:11:58 -0700
2.6.22-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Stefan Richter <stefanr@xxxxxxxxxxxxxxxxx>
Fix panic in run_timer_softirq right after "modprobe -r firewire-ohci"
if a FireWire disk was attached and firewire-sbp2 loaded.
Same as commit 8a2d9ed3210464d22fccb9834970629c1c36fa36.
Signed-off-by: Stefan Richter <stefanr@xxxxxxxxxxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>
---
drivers/firewire/fw-card.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
--- a/drivers/firewire/fw-card.c
+++ b/drivers/firewire/fw-card.c
@@ -507,9 +507,11 @@ fw_core_remove_card(struct fw_card *card
/* Set up the dummy driver. */
card->driver = &dummy_driver;
- fw_flush_transactions(card);
-
fw_destroy_nodes(card);
+ flush_scheduled_work();
+
+ fw_flush_transactions(card);
+ del_timer_sync(&card->flush_timer);
fw_card_put(card);
}
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- References:
- [patch 00/26] 2.6.22-stable review
- From: Greg KH
- [patch 00/26] 2.6.22-stable review
- Prev by Date: [patch 13/26] mac80211: filter locally-originated multicast frames
- Next by Date: [patch 18/26] netdrvr: natsemi: Fix device removal bug
- Previous by thread: [patch 13/26] mac80211: filter locally-originated multicast frames
- Next by thread: [patch 18/26] netdrvr: natsemi: Fix device removal bug
- Index(es):
Relevant Pages
|
|