Re: [PATCH 3/3] blk-mq: fix wait condition for tagset wait completed check
From: Christoph Hellwig <hch@lst.de>
Date: 2025-01-31 08:54:06
Also in:
linux-nvme, lkml
From: Christoph Hellwig <hch@lst.de>
Date: 2025-01-31 08:54:06
Also in:
linux-nvme, lkml
On Fri, Jan 31, 2025 at 09:46:46AM +0100, Daniel Wagner wrote:
The problem I am running into with my wip tp4129 patchset is that requests are pending an newly introduce requeue_list queue and never get canceled because these requests stay in the COMPLETE state at the moment. This blocked the shutdown path.
I'd recomend to not bother impemebting 4129 as it's a fucked up mess.