There seems frame should be freed against memory leakage. 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:33:58.000000000 +0800 @@ -1685,6 +1685,7 @@ static void fc_fcp_srr_resp(struct fc_se */ if (fh->fh_type == FC_TYPE_BLS) { fc_fcp_unlock_pkt(fsp); + fc_frame_free(fp); 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