Home
last modified time | relevance | path

Searched hist:ceee1953f9239b699d80c5ef366712c3fd865cc2 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/nvme/target/
H A Dloop.cdiff ceee1953f9239b699d80c5ef366712c3fd865cc2 Tue Sep 20 10:21:17 CDT 2022 Christoph Hellwig <hch@lst.de> nvme-loop: use the tagset alloc/free helpers

Use the common helpers to allocate and free the tagsets. To make this
work the generic nvme_ctrl now needs to be stored in the hctx private
data instead of the nvme_loop_ctrl.

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