commit | 92f806d678e5136e4777b21e5ed5368482ac9ea9 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Mon Nov 19 11:37:31 2018 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Nov 19 12:06:32 2018 -0700 |
tree | 720a33dba08b300eb9f1739767ff677f151d8993 | |
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>