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