[SCSI] libfc: Don't violate transport template for rogue port creation
Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
This commit is contained in:
committed by
James Bottomley
parent
f7db2c150c
commit
5101ff99f5
@@ -489,6 +489,11 @@ struct libfc_function_template {
|
||||
* Remote Port interfaces
|
||||
*/
|
||||
|
||||
/*
|
||||
* Create a remote port
|
||||
*/
|
||||
struct fc_rport *(*rport_create)(struct fc_disc_port *);
|
||||
|
||||
/*
|
||||
* Initiates the RP state machine. It is called from the LP module.
|
||||
* This function will issue the following commands to the N_Port
|
||||
|
Reference in New Issue
Block a user