commit | 7901601aef35082d8431d05ab50a3567f7624b55 | [log] [tgz] |
---|---|---|
author | Baolin Wang <baolin.wang@linux.alibaba.com> | Thu Oct 08 11:52:23 2020 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Oct 08 08:01:37 2020 -0600 |
tree | abac41987e02d3e86593714e33a22e2e8b640a6e | |
parent | 4247d9c8ba810c1d4a9502893a9ce1cec6abbf7a [diff] |
blk-throttle: Avoid getting the current time if tg->last_finish_time is 0 We only update the tg->last_finish_time when the low limitaion is enabled, so we can move the tg->last_finish_time validation a little forward to avoid getting the unnecessary current time stamp if the the low limitation is not enabled. Signed-off-by: Baolin Wang <baolin.wang@linux.alibaba.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>