commit | 67221a4226a5fc48e413e2050db266bb171753c4 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Tue Mar 16 16:23:58 2010 +0100 |
committer | James Bottomley <James.Bottomley@suse.de> | Thu Apr 08 18:42:10 2010 -0400 |
tree | 25ba87ed639811f467f0ec6ccbecbdbf8804d977 | |
parent | 4ec3fdbef17d0266826b56b33735dc9dada58c27 [diff] |
[SCSI] lpfc: fix lock imbalances Stanse found that two error paths in lpfc_bsg_rport_els_cmp and lpfc_issue_ct_rsp_cmp omits to unlock phba->ct_ev_lock. It is because they wrongly unlock phba->hbalock instead. Fix that. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Acked-by: James Smart <james.smart@emulex.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>