summaryrefslogtreecommitdiff
path: root/drivers/crypto
diff options
context:
space:
mode:
authorLi Nan <linan122@huawei.com>2023-01-17 10:08:06 +0300
committerJens Axboe <axboe@kernel.dk>2023-01-30 01:18:34 +0300
commitb3260329658483d8e46f0298bfa4ce0b772a6555 (patch)
treef498fd51e32c3514f2ed05787b1ab9fe7cb3e692 /drivers/crypto
parent984af1e66b4126cf145153661cc24c213e2ec231 (diff)
downloadlinux-b3260329658483d8e46f0298bfa4ce0b772a6555.tar.xz
blk-iocost: change div64_u64 to DIV64_U64_ROUND_UP in ioc_refresh_params()
vrate_min is calculated by DIV64_U64_ROUND_UP, but vrate_max is calculated by div64_u64. Vrate_min may be 1 greater than vrate_max if the input values min and max of cost.qos are equal. Signed-off-by: Li Nan <linan122@huawei.com> Signed-off-by: Yu Kuai <yukuai3@huawei.com> Acked-by: Tejun Heo <tj@kernel.org> Link: https://lore.kernel.org/r/20230117070806.3857142-6-yukuai1@huaweicloud.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/crypto')
0 files changed, 0 insertions, 0 deletions