This patch fixes several unlock issues in ipr driver.

Signed-off-by: Wen Xiong <[email protected]>
---
 drivers/scsi/ipr.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Index: b/drivers/scsi/ipr.c
===================================================================
--- a/drivers/scsi/ipr.c        2013-01-02 15:10:03.000000000 -0600
+++ b/drivers/scsi/ipr.c        2013-01-02 15:13:49.572476277 -0600
@@ -4985,8 +4985,8 @@ static int __ipr_eh_dev_reset(struct scs
                                        ipr_cmd->qc->flags |= ATA_QCFLAG_FAILED;
                                }
                        }
-               spin_unlock(&hrrq->_lock);
                }
+               spin_unlock(&hrrq->_lock);
        }
        res->resetting_device = 1;
        scmd_printk(KERN_ERR, scsi_cmd, "Resetting device\n");
@@ -5006,8 +5006,8 @@ static int __ipr_eh_dev_reset(struct scs
                                        rc = -EIO;
                                        break;
                                }
-                       spin_unlock(&hrrq->_lock);
                        }
+                       spin_unlock(&hrrq->_lock);
                }
        } else
                rc = ipr_device_reset(ioa_cfg, res);
@@ -6663,6 +6663,7 @@ static unsigned int ipr_qc_issue(struct 
 
        default:
                WARN_ON(1);
+               spin_unlock(&ipr_cmd->hrrq->_lock);
                return AC_ERR_INVALID;
        }
 

-- 
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to