From c6d39e23d5f260a051b597a357d314698c33a58f Mon Sep 17 00:00:00 2001 From: Joe Carnuccio Date: Tue, 15 May 2012 14:34:20 -0400 Subject: [PATCH] [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-format-patch failed