]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[SCSI] lpfc: Balance locking
authorMatthew Wilcox <matthew@wil.cx>
Thu, 21 Feb 2008 12:44:33 +0000 (05:44 -0700)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Fri, 22 Feb 2008 23:15:35 +0000 (17:15 -0600)
commiteafe1df9e311034cce204e43c0e45c91723b802f
tree6d96be5168ac4aaec4f7c001920dbcf0086cb117
parent65fecc77f3c47c5e8758d133b8ec47dcc16ed207
[SCSI] lpfc: Balance locking

Commit 3163f725a5d071eea1830bbbfab78cfe3fc9baaf introduced locking in
lpfc_sli_hbqbuf_fill_hbqs, but missed unlocking on one exit.

Reported-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Acked-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/lpfc/lpfc_sli.c