Home
last modified time | relevance | path

Searched hist:dc572f41 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/block/
H A Dblk-iolatency.cdc572f41 Tue Oct 18 06:12:40 CDT 2022 Kemeng Shi <shikemeng@huawei.com> block: Replace struct rq_depth with unsigned int in struct iolatency_grp

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 <shikemeng@huawei.com>
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Link: https://lore.kernel.org/r/20221018111240.22612-4-shikemeng@huawei.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>