On Thu, Jun 25, 2020 at 07:03:48AM +0800, Ming Lei wrote: > Pass obtained budget count to blk_mq_dispatch_rq_list(), and prepare > for supporting fully batching submission. > > With the obtained budget count, it is easier to put extra budgets > in case of .queue_rq failure. > > Meantime remove the old 'got_budget' parameter. Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>