On Mon, Jun 29, 2020 at 06:32:39PM +0800, Ming Lei wrote: > > > list back onto the main list here, otherwise we can lose those requests. > > The dispatch list always becomes empty after blk_mq_dispatch_rq_list() > returns, so no need to splice it back. Oh, true - it moves everyting to the dispatch list eventually.