git: kernel - Fix intermediate value overflows in badjiosched() and bwillwrite()
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Aug 19 22:40:12 PDT 2010
commit 06f4f9eba9677b2f44ede76133dd453093d80c59
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Aug 19 22:38:11 2010 -0700
kernel - Fix intermediate value overflows in badjiosched() and bwillwrite()
* Fix overflows which can skew our write limiting heuristics and cause
the buffer daemons to flush too much dirty data at once.
Summary of changes:
sys/kern/kern_iosched.c | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/06f4f9eba9677b2f44ede76133dd453093d80c59
--
DragonFly BSD source repository
More information about the Commits
mailing list