]> www.infradead.org Git - users/jedix/linux-maple.git/commit
qla2xxx: Remove mirrored field vp_idx from struct fc_port.
authorJoe Carnuccio <joe.carnuccio@qlogic.com>
Wed, 11 Jan 2012 22:33:40 +0000 (14:33 -0800)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Mon, 23 Jul 2012 08:02:43 +0000 (01:02 -0700)
commitc330dc66e68cd13539309274153fd18889430727
treedf01612525e4eac1755a6b43b4c186879b764467
parent3bb50ff44b7595607d3cc917e1c1147212c8c9ba
qla2xxx: Remove mirrored field vp_idx from struct fc_port.

The field vp_idx in struct fc_port is a redundant/mirror copy of
the same field in struct scsi_qla_host;

struct fc_port has a pointer vha to scsi_qla_host which allows
the original copy of vp_idx to be readily accessed.

JIRA Key: V2632FC-128
drivers/scsi/qla2xxx/qla_bsg.c
drivers/scsi/qla2xxx/qla_def.h
drivers/scsi/qla2xxx/qla_init.c
drivers/scsi/qla2xxx/qla_iocb.c
drivers/scsi/qla2xxx/qla_mbx.c
drivers/scsi/qla2xxx/qla_mid.c
drivers/scsi/qla2xxx/qla_os.c