There seems frame should get freed against memory leakage.

Signed-off-by: Hillf Danton <[email protected]>
---

--- 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:31:04.000000000 +0800
@@ -1294,6 +1294,7 @@ static void fc_tm_done(struct fc_seq *se
         */
        if (!fsp->seq_ptr || !fsp->wait_for_comp) {
                spin_unlock_bh(&fsp->scsi_pkt_lock);
+               fc_frame_free(fp);
                return;
        }
_______________________________________________
devel mailing list
[email protected]
http://www.open-fcoe.org/mailman/listinfo/devel

Reply via email to