There seems fc_fcp_unlock_pkt should be issued against mem leak. Signed-off-by: Hillf Danton <dhillf@xxxxxxxxx> --- --- a/drivers/scsi/libfc/fc_fcp.c 2010-09-13 07:07:38.000000000 +0800 +++ b/drivers/scsi/libfc/fc_fcp.c 2010-10-25 20:32:18.000000000 +0800 @@ -1293,7 +1293,7 @@ static void fc_tm_done(struct fc_seq *se * raced with eh timeout handler. */ if (!fsp->seq_ptr || !fsp->wait_for_comp) { - spin_unlock_bh(&fsp->scsi_pkt_lock); + fc_fcp_unlock_pkt(fsp); return; } -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html