commit | c4ee22a3708d54d8fb5ee8a23ca08e74abcaedfd | [log] [tgz] |
---|---|---|
author | Kleber Sacilotto de Souza <klebers@linux.vnet.ibm.com> | Thu Mar 14 13:52:23 2013 -0500 |
committer | James Bottomley <JBottomley@Parallels.com> | Sat Apr 06 11:23:18 2013 +0100 |
tree | 9fef869552d412bb9484c8e078c27e5f2799d46e | |
parent | 2b5bebccd282f2527d17ac90cf3ad0d486dd89d8 [diff] |
[SCSI] ipr: fix addition of abort command to HRRQ free queue The abort command issued by ipr_cancel_op() is being added to the wrong HRRQ free queue after the command returns. Fix it by using the HRRQ pointer in the ipr command struct itself. Signed-off-by: Kleber Sacilotto de Souza <klebers@linux.vnet.ibm.com> Signed-off-by: Wen Xiong <wenxiong@linux.vnet.ibm.com> Acked-by: Brian King <brking@linux.vnet.ibm.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>