summaryrefslogtreecommitdiffstats
path: root/drivers/block
diff options
context:
space:
mode:
authorHongnan Li <hongnan.li@linux.alibaba.com>2020-07-01 10:09:38 +0200
committerJens Axboe <axboe@kernel.dk>2020-07-01 16:02:38 +0200
commit6e2fa4dd683a22a7697e7ff51dad499406094d28 (patch)
tree2d90f66acae2e7111558a25e587b93cbae0dfd4e /drivers/block
parentblock: remove direct_make_request (diff)
downloadlinux-6e2fa4dd683a22a7697e7ff51dad499406094d28.tar.xz
linux-6e2fa4dd683a22a7697e7ff51dad499406094d28.zip
blk-iolatency: only call ktime_get() if needed
ktime_to_ns(ktime_get()), which is expensive, does not need to be called if blk_iolatency_enabled() return false in blkcg_iolatency_done_bio(). Postponing ktime_to_ns(ktime_get()) execution reduces the CPU usage when blk_iolatency is disabled. Signed-off-by: Hongnan Li <hongnan.li@linux.alibaba.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/block')
0 files changed, 0 insertions, 0 deletions