From: Joe Carnuccio Date: Tue, 15 May 2012 18:34:20 +0000 (-0400) Subject: [SCSI] qla2xxx: Remove mirrored field vp_idx from struct fc_port. X-Git-Tag: v3.5-rc1~25^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6d39e23d5f260a051b597a357d314698c33a58f;p=pandora-kernel.git [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 Signed-off-by: Chad Dupuis Signed-off-by: James Bottomley --- Reading git-diff-tree failed