Re: [PATCH] block: revert pushing the final release of request_queue to a workqueue.

From: yukuai (C)
Date: Fri Feb 07 2020 - 07:25:18 EST


On 2020/2/7 18:26, yukuai (C) wrote:
The reason of the problem is because the final release of request_queue
may be called after loop_remove() returns.

The description is not accurate. The reason of the problem is that
__blk_trace_setup() called before the final release of request_queue
returns.(step 4 before step 5)

Thanks!
Yu Kuai