[SCSI] mpt2sas : running out of message frames
authorEric Moore <eric.moore@lsi.com>
Tue, 21 Apr 2009 21:39:24 +0000 (15:39 -0600)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Mon, 27 Apr 2009 15:53:57 +0000 (10:53 -0500)
The driver is not freeing message frame when returning failure from
_ctl_do_task_abort.   If you call this function 500 times when its unable
to find an active task mid, you end up with no message frames.

Signed-off-by: Eric Moore <eric.moore@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>

No differences found