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.
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.