diff options
author | Chris Leech <christopher.leech@intel.com> | 2009-08-25 16:59:56 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-09-10 13:07:34 -0400 |
commit | cb0a6ca81439a9f113d3b46de0953da168a06f6a (patch) | |
tree | 010d64aa995198e6cabec0968bdcdab341b32a94 /drivers/scsi/fcoe/fcoe.h | |
parent | 991cbb6082db3025bd82908eb9ee2d2920be2114 (diff) |
[SCSI] fcoe: remove fcoe_interface->priv pointer
The priv pointer is no longer needed, and once NPIV is enabled
fcoe_interface:fc_lport becomes a one-to-many relationship.
Remove the single pointer.
Signed-off-by: Chris Leech <christopher.leech@intel.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/fcoe/fcoe.h')
-rw-r--r-- | drivers/scsi/fcoe/fcoe.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/scsi/fcoe/fcoe.h b/drivers/scsi/fcoe/fcoe.h index 26e859574604..673e70e1f8bb 100644 --- a/drivers/scsi/fcoe/fcoe.h +++ b/drivers/scsi/fcoe/fcoe.h | |||
@@ -79,9 +79,6 @@ struct fcoe_percpu_s { | |||
79 | */ | 79 | */ |
80 | struct fcoe_interface { | 80 | struct fcoe_interface { |
81 | struct list_head list; | 81 | struct list_head list; |
82 | /* This will be removed once all the shared values are | ||
83 | * moved out of fcoe_port */ | ||
84 | struct fcoe_port *priv; | ||
85 | struct net_device *netdev; | 82 | struct net_device *netdev; |
86 | struct packet_type fcoe_packet_type; | 83 | struct packet_type fcoe_packet_type; |
87 | struct packet_type fip_packet_type; | 84 | struct packet_type fip_packet_type; |