Re: [PATCH 3/4] blk-mq: deal with shared queue mapping reliably
From: Christoph Hellwig <hch@lst.de>
Date: 2018-12-16 16:16:53
From: Christoph Hellwig <hch@lst.de>
Date: 2018-12-16 16:16:53
On Sun, Dec 16, 2018 at 10:25:16AM +0800, Ming Lei wrote:
This patch sets map->nr_queues as zero explictly if there is zero queues for such queue type, then blk_mq_map_swqueue() can become more robust to deal with shared mappings.
This looks a lot more clumsy than what we had before, can you explain what additional robustnes it buys us?