commit | 77bdd9ee1e1d94fa853c354dcde881ddc5d277a5 | [log] [tgz] |
---|---|---|
author | Eric Moore <eric.moore@lsi.com> | Tue Apr 21 15:39:24 2009 -0600 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Mon Apr 27 10:53:57 2009 -0500 |
tree | 627538cf1cf7e1530f58a48dd0bd2fb36371a1a4 | |
parent | 0d04df9b4a83c50ebe2143f20c2d5469c83ba314 [diff] |
[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>