]> git.baikalelectronics.ru Git - kernel.git/commit
nvme-tcp: split nvme_tcp_alloc_tagset
authorChristoph Hellwig <hch@lst.de>
Thu, 21 Jul 2022 06:23:19 +0000 (08:23 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 2 Aug 2022 23:22:48 +0000 (17:22 -0600)
commitdac3c199fc03e3e302254bd3b722c0b943d821a1
treec74518361348ffecadb27ae46a757b71ab45d6fc
parentcc847a74b0c4e696a234263b1ac8cafed7745c3a
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>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/nvme/host/tcp.c