[SCSI] fnic: potential dead lock in fnic_is_abts_pending()
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 30 May 2013 07:50:46 +0000 (10:50 +0300)
committerJames Bottomley <JBottomley@Parallels.com>
Thu, 27 Jun 2013 00:41:44 +0000 (17:41 -0700)
commit5d65f91896197bd047f97ed8e7792b06de491eac
tree9eaf4f6f1531179197798251661759cd1a825e8e
parent607be2cff4f4899f47ef906eba5b147abc3c5da4
[SCSI] fnic: potential dead lock in fnic_is_abts_pending()

There is an unlock missing if the == FNIC_IOREQ_ABTS_PENDING is
false.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Hiral Patel <hiralpat@cisco.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/fnic/fnic_scsi.c