On Wed, May 13, 2020 at 05:54:39PM +0800, Ming Lei wrote: > Move code for queueing rq into one helper, so that blk_mq_dispatch_rq_list > gets a bit simpified, and easier to read. > > No functional change. I don't see much benefit. Especially moving the list_del out of the main function doesn't really help readability.