commit | 06f923cbf080e22d1ffccbf3fd2cbab0176f6025 | [log] [tgz] |
---|---|---|
author | Brian King <brking@linux.vnet.ibm.com> | Wed Jun 13 17:12:33 2007 -0500 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Sun Jun 17 15:53:17 2007 -0500 |
tree | 92c673e82114652e02a7ebfc1749e7763eb22f19 | |
parent | 3d0e91f7ace12499c4b00088e9a6b1361e1bb0ca [diff] |
[SCSI] ibmvscsi: Misc. locking fixes Fix a couple locking bugs discovered during code inspection. ibmvscsi_send_srp_event needs to be called with the host lock held. This patch fixes a couple paths in the code where this wasn't true. Signed-off-by: Brian King <brking@linux.vnet.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>