diff options
author | Jens Axboe <axboe@kernel.dk> | 2018-11-19 11:37:31 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-11-19 12:06:32 -0700 |
commit | 92f806d678e5136e4777b21e5ed5368482ac9ea9 (patch) | |
tree | 720a33dba08b300eb9f1739767ff677f151d8993 /include/linux/nvme-fc-driver.h | |
parent | 85f4d4b65fdd67f1d6dc9eeb1d91923cef07eb6a (diff) |
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.h | 1 |
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 *); |