summaryrefslogtreecommitdiff
path: root/fs/zonefs/super.c
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2020-06-05 17:16:18 +0300
committerJens Axboe <axboe@kernel.dk>2021-01-27 19:16:00 +0300
commit7684fbde45169e6de15c180b1c084d2005e99961 (patch)
tree0cea99f26a94f6790e3e6c33cf7c1cab4ff291ec /fs/zonefs/super.c
parent28c6def009192b673f92ea357dfb535ba15e00a4 (diff)
downloadlinux-7684fbde45169e6de15c180b1c084d2005e99961.tar.xz
bfq: Use only idle IO periods for think time calculations
Currently whenever bfq queue has a request queued we add now - last_completion_time to the think time statistics. This is however misleading in case the process is able to submit several requests in parallel because e.g. if the queue has request completed at time T0 and then queues new requests at times T1, T2, then we will add T1-T0 and T2-T0 to think time statistics which just doesn't make any sence (the queue's think time is penalized by the queue being able to submit more IO). So add to think time statistics only time intervals when the queue had no IO pending. Signed-off-by: Jan Kara <jack@suse.cz> Acked-by: Paolo Valente <paolo.valente@linaro.org> [axboe: fix whitespace on empty line] Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/zonefs/super.c')
0 files changed, 0 insertions, 0 deletions