On 25/05/2020 15:48, Ming Lei wrote: > On Mon, May 25, 2020 at 11:01:29AM +0000, Johannes Thumshirn wrote: >> On 25/05/2020 11:39, Ming Lei wrote: >>> bool blk_mq_dispatch_rq_list(struct blk_mq_hw_ctx *hctx, struct list_head *list, >>> - bool got_budget) >>> + unsigned int nr_budgets) >> >> I would probably just call it budget instead of nr_budgets. >> > > It was named as 'budget' or 'budgets', but Christoph suggested to rename > it as 'nr_budgets'. Hm ok then I guess