Re: [PATCH v3] nvme: fix reconnection fail due to reserved tag allocation

From: Sagi Grimberg
Date: Fri Mar 08 2024 - 09:44:27 EST




On 08/03/2024 16:42, Christoph Hellwig wrote:
The fix looks good:

Reviewed-by: Christoph Hellwig <hch@xxxxxx>

But given that's we consolidate to a single place each for setting
up the tagsets for admin and I/O queues, what about just killing
the symbolic name and moving the assignments and comments directly
into the only users?


That works too