summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruenba@redhat.com>2019-12-10 13:02:37 +0300
committerAndreas Gruenbacher <agruenba@redhat.com>2019-12-10 13:02:38 +0300
commit887352fb5ffd593d28f77059c09dabb47c5b86e9 (patch)
treed6aead683c71caa91069b4665157f3dc16f9151d /include
parente42617b825f8073569da76dc4510bfa019b1c35a (diff)
parentcc90bc68422318eb8e75b15cd74bc8d538a7df29 (diff)
downloadlinux-887352fb5ffd593d28f77059c09dabb47c5b86e9.tar.xz
Merge branch 'for-linus' from git://git.kernel.dk/linux-block
Diffstat (limited to 'include')
-rw-r--r--include/linux/nvme-fc-driver.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/nvme-fc-driver.h b/include/linux/nvme-fc-driver.h
index 10f81629b9ce..6d0d70f3219c 100644
--- a/include/linux/nvme-fc-driver.h
+++ b/include/linux/nvme-fc-driver.h
@@ -270,6 +270,8 @@ struct nvme_fc_remote_port {
*
* Host/Initiator Transport Entrypoints/Parameters:
*
+ * @module: The LLDD module using the interface
+ *
* @localport_delete: The LLDD initiates deletion of a localport via
* nvme_fc_deregister_localport(). However, the teardown is
* asynchronous. This routine is called upon the completion of the
@@ -383,6 +385,8 @@ struct nvme_fc_remote_port {
* Value is Mandatory. Allowed to be zero.
*/
struct nvme_fc_port_template {
+ struct module *module;
+
/* initiator-based functions */
void (*localport_delete)(struct nvme_fc_local_port *);
void (*remoteport_delete)(struct nvme_fc_remote_port *);