commit db83a7065644b0de9cba36e142afd25d55aaddd3
Author: Matthew Dillon <[email protected]>
Date: Tue Jun 28 19:14:43 2016 -0700
kernel - Enhance buffer flush and cluster_write linearity (2)
* Fix bug last commit. When looping the buffer has to be reset to
the marker or the iteration can wind up on the wrong queue.
* Also count the INVAL case in the loop instead of breaking out.
Summary of changes:
sys/kern/vfs_bio.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/db83a7065644b0de9cba36e142afd25d55aaddd3
--
DragonFly BSD source repository