git: kernel - Enhance buffer flush and cluster_write linearity (2)

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Jun 28 19:15:58 PDT 2016


commit db83a7065644b0de9cba36e142afd25d55aaddd3
Author: Matthew Dillon <dillon at apollo.backplane.com>
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



More information about the Commits mailing list