Re: [PATCH v7 3/9] blk-throttle: factor out code to calculate ios/bytes_allowed

From: Tejun Heo
Date: Tue Aug 16 2022 - 15:47:18 EST


On Tue, Aug 02, 2022 at 10:04:09PM +0800, Yu Kuai wrote:
> +static bool tg_with_in_iops_limit(struct throtl_grp *tg, struct bio *bio,
> + u32 iops_limit, unsigned long *wait)

While at it, can you please rename these functions to tg_within_iops_limit?
"within" is a single word. Other than that,

Acked-by: Tejun Heo <tj@xxxxxxxxxx>

Thanks.

--
tejun