DragonFly BSD
DragonFly commits List (threaded) for 2012-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel - Fix missing B_ORDERED inheritance


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 12 Dec 2012 20:11:02 -0800 (PST)

commit 257c30fe8c2ffe7c85101502b37f536b5c47b226
Author: Matthew Dillon <dillon@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]