[SCSI] mpt2sas : running out of message frames
commit77bdd9ee1e1d94fa853c354dcde881ddc5d277a5
authorEric Moore <eric.moore@lsi.com>
Tue, 21 Apr 2009 21:39:24 +0000 (21 15:39 -0600)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Mon, 27 Apr 2009 15:53:57 +0000 (27 10:53 -0500)
tree627538cf1cf7e1530f58a48dd0bd2fb36371a1a4
parent0d04df9b4a83c50ebe2143f20c2d5469c83ba314
[SCSI] mpt2sas : running out of message frames

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>
drivers/scsi/mpt2sas/mpt2sas_ctl.c