nvme-tcp: split nvme_tcp_alloc_tagset
authorChristoph Hellwig <hch@lst.de>
Thu, 21 Jul 2022 06:23:19 +0000 (08:23 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 26 Jul 2022 20:04:22 +0000 (16:04 -0400)
commit23bf1b1a2225168052b97bf03b916f4b3a4f933b
tree91eada1dc8aba97b5ce027d7a8f47147798a24c2
parenta01e39a5815b6f06a049dc6ea83110530e0aa4cf
nvme-tcp: split nvme_tcp_alloc_tagset

Split nvme_tcp_alloc_tagset into one helper for the admin tag_set and
one for the I/O tag set.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Keith Busch <kbusch@kernel.org>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
drivers/nvme/host/tcp.c