git: kernel - Fix missing B_ORDERED inheritance
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Wed Dec 12 20:11:02 PST 2012
    
    
  
commit 257c30fe8c2ffe7c85101502b37f536b5c47b226
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Dec 12 20:09:45 2012 -0800
    kernel - Fix missing B_ORDERED inheritance
    
    * The cluster code was not inheriting B_ORDERED on buffers when constructing
      the rollup buffer due to a coding error.
    
    * I don't think anything uses B_ORDERED so this shouldn't matter, but fix
      it anyway.
    
    Reported-by: vsrinivas
Summary of changes:
 sys/vm/swap_pager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/257c30fe8c2ffe7c85101502b37f536b5c47b226
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list