qla2xxx: Add missing ->vport_slock while calling qlt_update_vp_map
authorNicholas Bellinger <[email protected]>
Tue, 9 Oct 2012 19:12:14 +0000 (12:12 -0700)
committerNicholas Bellinger <[email protected]>
Fri, 26 Oct 2012 19:29:46 +0000 (12:29 -0700)
commit29c08cdabd323adf7fcc0d26077383d4daf7b09a
tree67cfd08120955563b8eab3dedc69e1436f870aa6
parent6f0c0580b70c89094b3422ba81118c7b959c7556
qla2xxx: Add missing ->vport_slock while calling qlt_update_vp_map

All other callers of qlt_update_vp_map() already hold ->vport_slock
while updating the vp target map, so go ahead and add the missing
->vport_slock within qla24xx_disable_vp() code.

Cc: Saurav Kashyap <[email protected]>
Cc: Chad Dupuis <[email protected]>
Cc: Arun Easi <[email protected]>
Cc: Andrew Vasquez <[email protected]>
Cc: Jiri Kosina <[email protected]>
Cc: Roland Dreier <[email protected]>
Acked-by: Saurav Kashyap <[email protected]>
Signed-off-by: Nicholas Bellinger <[email protected]>
drivers/scsi/qla2xxx/qla_mid.c