commit | c6d39e23d5f260a051b597a357d314698c33a58f | [log] [tgz] |
---|---|---|
author | Joe Carnuccio <joe.carnuccio@qlogic.com> | Tue May 15 14:34:20 2012 -0400 |
committer | James Bottomley <JBottomley@Parallels.com> | Tue May 22 11:37:07 2012 +0100 |
tree | 8c58ac2f9a3cdf5e7e1178d689bec53427f69975 | |
parent | f863f603bbb765a144d2773b9e06d07ff0b16bd7 [diff] |
[SCSI] 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. Signed-off-by: Joe Carnuccio <joe.carnuccio@qlogic.com> Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>