[EMAIL PROTECTED] wrote:
> From: Mike Christie <[EMAIL PROTECTED]>
> 
> This patch removes the shared tag map. It is only being used
> to loop over running commands which is better suited with
> a list of commands. This patch does not fix the issue with
> the original outstanding array use and with the shared tag patch,
> where the resp function can be running while the fc_io_compl
> is freeing pkt. This will be fixed in a different patch.
> 
> This patch does fix several issues with the timer usage
> in fc_fcp.c in the same code path I changed including:
> - Use setup_timer and mod_timer.
> - Don't call del_timer_sync with a spin_lock held.
> - del_timer_sync does not handle timer functions that
> rearm themselves. The user must add some synchrinization for this.
> - The lun reset code could set a timer if the frame allocation fails, but
> it was not deleting it.
> 
> This patch was made over my lun reset fixes:
> http://www.open-fcoe.org/pipermail/devel/2008-July/000441.html
> 

This is the wrong patch. Ignore it. I will send a new patch in a new 
mail. Sorry again. It seems I always do this when I post after midnight. 
You should not feed me after midnight, expose me to sunlight and let me 
post late in the night :)
_______________________________________________
devel mailing list
[email protected]
http://www.open-fcoe.org/mailman/listinfo/devel

Reply via email to