aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/nvme-fc-driver.h
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2018-11-19 11:37:31 -0700
committerJens Axboe <axboe@kernel.dk>2018-11-19 12:06:32 -0700
commit92f806d678e5136e4777b21e5ed5368482ac9ea9 (patch)
tree720a33dba08b300eb9f1739767ff677f151d8993 /include/linux/nvme-fc-driver.h
parentblock: have ->poll_fn() return number of entries polled (diff)
downloadwireguard-linux-92f806d678e5136e4777b21e5ed5368482ac9ea9.tar.xz
wireguard-linux-92f806d678e5136e4777b21e5ed5368482ac9ea9.zip
nvme-fc: remove ->poll implementation
It's specifically looking for a given request, which we will not be supporting going forward. Also kill the qla2xxx poll implementation as that's the only user of the nvme-fc poll, and the now unused ->poll_queue() hook. Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: James Smart <jsmart2021@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/nvme-fc-driver.h')
-rw-r--r--include/linux/nvme-fc-driver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/nvme-fc-driver.h b/include/linux/nvme-fc-driver.h
index 496ff759f84c..f4ab3b1925ac 100644
--- a/include/linux/nvme-fc-driver.h
+++ b/include/linux/nvme-fc-driver.h
@@ -403,7 +403,6 @@ struct nvme_fc_port_template {
void **handle);
void (*delete_queue)(struct nvme_fc_local_port *,
unsigned int qidx, void *handle);
- void (*poll_queue)(struct nvme_fc_local_port *, void *handle);
int (*ls_req)(struct nvme_fc_local_port *,
struct nvme_fc_remote_port *,
struct nvmefc_ls_req *);