Re: [PATCH] [v3] firewire-sbp2: fix panic after rmmod with slowtargets

From: Stefan Richter
Date: Mon Aug 22 2011 - 19:21:53 EST


On Aug 22 Chris Boot wrote:
> --- a/drivers/firewire/sbp2.c
> +++ b/drivers/firewire/sbp2.c
> @@ -1198,6 +1198,11 @@ static int sbp2_remove(struct device *dev)
> {
> struct fw_unit *unit = fw_unit(dev);
> struct sbp2_target *tgt = dev_get_drvdata(&unit->device);
> + struct sbp2_logical_unit *lu;
> +
> + list_for_each_entry(lu, &tgt->lu_list, link) {
> + cancel_delayed_work_sync(&lu->work);
> + }
>
> sbp2_target_put(tgt);
> return 0;

Thanks. I reproduced the bug, applied your patch, and confirmed that the
patch fixes the bug. Committed to linux1394-2.6.git but without the
curly braces.
--
Stefan Richter
-=====-==-== =--- =-===
http://arcgraph.de/sr/
--
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/