[PATCH] nvme-tcp: remove nvme_tcp_destroy_io_queues()
Keith Busch
kbusch at kernel.org
Fri Dec 27 13:36:52 PST 2024
On Tue, Dec 03, 2024 at 11:39:55AM +0800, brookxu.cn wrote:
> From: "Chunguang.xu" <chunguang.xu at shopee.com>
>
> Now when destroying the IO queue we call nvme_tcp_stop_io_queues()
> twice, nvme_tcp_destroy_io_queues() has an unnecessary call. Here we
> try to remove nvme_tcp_destroy_io_queues() and merge it into
> nvme_tcp_teardown_io_queues(), simplify the code and align with
> nvme-rdma, make it easy to maintaince.
Thanks, applied to nvme-6.13.
More information about the Linux-nvme
mailing list