commit | de777825e462bc086dca9675312f1780b4b8c88e | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Sep 20 17:12:47 2022 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Tue Sep 27 14:44:16 2022 +0200 |
tree | a8841834cbd4d44682d46a26ed0dbe65a4c6f0fc | |
parent | 06427ca09b2f3103a60b384345c81cb784e19956 [diff] |
nvme-tcp: 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_tcp_ctrl. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>