commit | dcef77274ae52136925287b6b59d5c6e6a4adfb9 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Nov 30 17:16:52 2022 +0100 |
committer | Christoph Hellwig <hch@lst.de> | Wed Dec 07 15:02:15 2022 +0100 |
tree | 57a10ff4c8aca390356440f7109ac02d75e1cc8c | |
parent | 68e81eba6763cd834aa8ff9ac0cd6174fa69fa39 [diff] |
nvme: pass nr_maps explicitly to nvme_alloc_io_tag_set Don't look at ctrl->ops as only RDMA and TCP actually support multiple maps. Fixes: 6dfba1c09c10 ("nvme-fc: use the tagset alloc/free helpers") Fixes: ceee1953f923 ("nvme-loop: use the tagset alloc/free helpers") Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>