Re: [PATCH v2] scsi: storvsc: Add support for FC rport.
From: Christoph Hellwig
Date: Mon Apr 03 2017 - 08:17:31 EST
> if (host->transportt == fc_transport_template) {
> + struct fc_rport_identifiers ids = {
> + .roles = FC_PORT_ROLE_FCP_TARGET,
> + };
I don't think storvsc ever acts as FCP target.