]> git.baikalelectronics.ru Git - kernel.git/commit
qla2xxx: Add missing ->vport_slock while calling qlt_update_vp_map
authorNicholas Bellinger <nab@linux-iscsi.org>
Tue, 9 Oct 2012 19:12:14 +0000 (12:12 -0700)
committerNicholas Bellinger <nab@linux-iscsi.org>
Fri, 26 Oct 2012 19:29:46 +0000 (12:29 -0700)
commitf413e261ea60e618c3ba03e487941816776eebac
tree67cfd08120955563b8eab3dedc69e1436f870aa6
parent6ab66186695d33c81b559545154047cd3436b033
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 <saurav.kashyap@qlogic.com>
Cc: Chad Dupuis <chad.dupuis@qlogic.com>
Cc: Arun Easi <arun.easi@qlogic.com>
Cc: Andrew Vasquez <andrew.vasquez@qlogic.com>
Cc: Jiri Kosina <jkosina@suse.cz>
Cc: Roland Dreier <roland@purestorage.com>
Acked-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/scsi/qla2xxx/qla_mid.c