commit | 96b1765a099b3b38d5a77796c45ee11a6ea6bf84 | [log] [tgz] |
---|---|---|
author | Chad Dupuis <cdupuis@marvell.com> | Tue Mar 26 00:38:39 2019 -0700 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Wed Mar 27 21:54:52 2019 -0400 |
tree | 4dfd003412baf9c039d65debe0725f595965e927 | |
parent | 69ef2c692510d5154c613569caeeed3c74806231 [diff] |
scsi: qedf: Use a separate completion for cleanup commands - If a TMF and cleanup are issued at the same time they could cause a call trace if issued against the same xid as the io_req->tm_done completion is used for both. - Set and clear cleanup bit in cleanup routine. Signed-off-by: Chad Dupuis <cdupuis@marvell.com> Signed-off-by: Saurav Kashyap <skashyap@marvell.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>