git: dsched_fq - correct disk busy% calculation

看板DFBSD_commit作者時間16年前 (2010/04/21 07:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 654a51ea6cb528b9b2bb7fe3731b71cd689fab94 Author: Alex Hornung <ahornung@gmail.com> Date: Tue Apr 20 22:31:12 2010 +0000 dsched_fq - correct disk busy% calculation * Previously old_tv was static, causing problems when several disks had the fq policy enabled, as the start time of the interval was taken from some other disk. * Avoid this issue by keeping the information in diskctx, where it belongs. Summary of changes: sys/dsched/fq/dsched_fq.h | 1 + sys/dsched/fq/dsched_fq_core.c | 11 ++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/654a51ea6cb528b9b2bb7fe3731b71cd689fab94 -- DragonFly BSD source repository
文章代碼(AID): #1BpZ8p_c (DFBSD_commit)