Re: [PATCH 4/5] nvme-tcp: remove nvme_tcp_destroy_io_queues()

From: Christoph Hellwig
Date: Mon Nov 25 2024 - 02:24:09 EST


On Sat, Nov 23, 2024 at 09:37:40PM +0800, brookxu.cn wrote:
> From: "Chunguang.xu" <chunguang.xu@xxxxxxxxxx>
>
> Now maybe we can remove nvme_tcp_destroy_io_queues() to simplify
> the code and avoid unnecessary call of nvme_tcp_stop_io_queues().

Please split the behavior change from the cleanup, and explain why
the behavior change is fine and desirable.