Re: [PATCH 3/3] block: Replace struct rq_depth with unsigned int in struct iolatency_grp
From: Josef Bacik <josef@toxicpanda.com>
Date: 2022-10-17 18:27:33
Also in:
cgroups, lkml
From: Josef Bacik <josef@toxicpanda.com>
Date: 2022-10-17 18:27:33
Also in:
cgroups, lkml
On Thu, Sep 29, 2022 at 03:40:55PM +0800, Kemeng Shi wrote:
We only need a max queue depth for every iolatency to limit the inflight io number. Replace struct rq_depth with unsigned int to simplfy "struct iolatency_grp" and save memory. Signed-off-by: Kemeng Shi <redacted>
Reviewed-by: Josef Bacik <josef@toxicpanda.com> Thanks, Josef