diff options
author | Sagi Grimberg <sagi@grimberg.me> | 2019-01-01 00:19:30 -0800 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2019-02-04 15:41:25 +0100 |
commit | 794a4cb3d2f7c105112f9b59525533f00ac06006 (patch) | |
tree | f21897d5dda9535b2011e41f928e205866438f49 /drivers/nvme/host/nvme.h | |
parent | 6e02318eaea53eaafe628c4ffc254f57b2704561 (diff) |
nvme: remove the .stop_ctrl callout
It is used now just to flush error recovery and reconnect work items in
the RDMA and TCP transports, which can simply be moved to the
corresponding teardown routines.
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/nvme/host/nvme.h')
-rw-r--r-- | drivers/nvme/host/nvme.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/nvme/host/nvme.h b/drivers/nvme/host/nvme.h index ab961bdeea89..a0cc733c753e 100644 --- a/drivers/nvme/host/nvme.h +++ b/drivers/nvme/host/nvme.h @@ -363,7 +363,6 @@ struct nvme_ctrl_ops { void (*submit_async_event)(struct nvme_ctrl *ctrl); void (*delete_ctrl)(struct nvme_ctrl *ctrl); int (*get_address)(struct nvme_ctrl *ctrl, char *buf, int size); - void (*stop_ctrl)(struct nvme_ctrl *ctrl); }; #ifdef CONFIG_FAULT_INJECTION_DEBUG_FS |