nvme-tcp: store the generic nvme_ctrl in set->driver_data
authorChristoph Hellwig <hch@lst.de>
Tue, 20 Sep 2022 15:09:48 +0000 (17:09 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 27 Sep 2022 12:44:16 +0000 (14:44 +0200)
commit06427ca09b2f3103a60b384345c81cb784e19956
treefb7cbbc79fc252150ac8a2f53ec62bbf70fb5a10
parentfb8745d040ef5b9080003325e56b91fefe1022bb
nvme-tcp: store the generic nvme_ctrl in set->driver_data

Point the private data to the generic controller structure in preparation
of using the common tagset init/exit code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
drivers/nvme/host/tcp.c