From: Chris Leech Date: Tue, 25 Aug 2009 20:59:51 +0000 (-0700) Subject: [SCSI] fcoe: move offload exchange manager pointer from fcoe_port to fcoe_interface X-Git-Tag: v2.6.32-rc1~689^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=991cbb6082db3025bd82908eb9ee2d2920be2114;p=pandora-kernel.git [SCSI] fcoe: move offload exchange manager pointer from fcoe_port to fcoe_interface The offload EM pointer is only used when setting up a new libfc instance, but as it's designed to be shared among NPIV VN_Ports it should be tracked in fcoe_interface. With the host-list changed to track fcoe_interfaces as well, this is needed before we can remove the priv pointer from that structure (which is only there to help in the transition, and stops making sense once NPIV is enabled). Signed-off-by: Chris Leech Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed