commit | 135ea137e3c2872448c12d3a8890389fa64990c6 | [log] [tgz] |
---|---|---|
author | Martin Petermann <martin@linux.vnet.ibm.com> | Fri Apr 17 15:08:01 2009 +0200 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Mon Apr 27 10:07:15 2009 -0500 |
tree | 017f0ca49ddf8a0e02d5aeaef1e6e9db924b8495 | |
parent | b4efdd586bc08cdf5977cad0a90091f44546a930 [diff] |
[SCSI] zfcp: Avoid referencing freed memory in req send Avoid referencing a fsf request after sending it in fcp_fsf_req_send, it might have already completed and deallocated. Signed-off-by: Martin Petermann <martin@linux.vnet.ibm.com> Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>