diff options
author | Robert Love <robert.w.love@intel.com> | 2009-02-27 13:55:18 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-03-06 16:41:01 -0500 |
commit | 5101ff99f59aefb72e0c96e82aa32048ac9f8425 (patch) | |
tree | 83fba57c7cf542eed4466265619632e7d804eb88 /include/scsi/libfc.h | |
parent | f7db2c150cf5082cf74555f30a1305938041de80 (diff) |
[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>
Diffstat (limited to 'include/scsi/libfc.h')
-rw-r--r-- | include/scsi/libfc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h index b9e6c1cd8914..37df48e13b97 100644 --- a/include/scsi/libfc.h +++ b/include/scsi/libfc.h | |||
@@ -490,6 +490,11 @@ struct libfc_function_template { | |||
490 | */ | 490 | */ |
491 | 491 | ||
492 | /* | 492 | /* |
493 | * Create a remote port | ||
494 | */ | ||
495 | struct fc_rport *(*rport_create)(struct fc_disc_port *); | ||
496 | |||
497 | /* | ||
493 | * Initiates the RP state machine. It is called from the LP module. | 498 | * Initiates the RP state machine. It is called from the LP module. |
494 | * This function will issue the following commands to the N_Port | 499 | * This function will issue the following commands to the N_Port |
495 | * identified by the FC ID provided. | 500 | * identified by the FC ID provided. |