[SCSI] fcoe: add a separate scsi transport template for NPIV vports
authorChris Leech <christopher.leech@intel.com>
Tue, 3 Nov 2009 19:46:34 +0000 (11:46 -0800)
committerJames Bottomley <James.Bottomley@suse.de>
Fri, 4 Dec 2009 18:00:59 +0000 (12:00 -0600)
commite9084bb8b4414dc1cfb840ac5a86fac23fccd013
tree7d94b7f51242ef8f18b0d21d21df3b2d0dbce20b
parent11b561886643d4e23d0fd58c205d830a448dd0a2
[SCSI] fcoe: add a separate scsi transport template for NPIV vports

Right now it's exactly the same as the physical port template,
and there is no way to create a port on anything other than the
netdev.  When the vport_create entry point gets hooked up it will
create lports on top of vport devices, which will use this.

Rename scsi_transport_fcoe_sw to fcoe_transport_template to be more
clear with naming now that there are two templates.

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>
drivers/scsi/fcoe/fcoe.c