OSDN Git Service

nvme-multipath: stop using ->queuedata
authorChristoph Hellwig <hch@lst.de>
Sun, 29 Mar 2020 17:41:38 +0000 (19:41 +0200)
committerJens Axboe <axboe@kernel.dk>
Sat, 9 May 2020 22:18:36 +0000 (16:18 -0600)
commit7890b9701b792a4d75b4adef4abe325383ccfca4
treef05550f789e6b0022babcedc1d1f258696a19067
parentdb5ad6b7f8cdd6d78efef62a1557461d0cbaee54
nvme-multipath: stop using ->queuedata

nvme-multipath already uses the gendisk private data, not need to
also set up the request_queue queuedata and use it in one place only.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/nvme/host/multipath.c