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

git: HAMMER VFS - Only set B_CLUSTEROK on 64K buffers


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 30 Apr 2012 15:49:55 -0700 (PDT)

commit 66030e2b4635359f2d84f23298c9d8ce1e6af5da
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Mon Apr 30 15:48:32 2012 -0700

    HAMMER VFS - Only set B_CLUSTEROK on 64K buffers
    
    * Only set B_CLUSETEROK on 64K buffers.  This should fix a fairly rare
      panic related to buffer size mismatches due to the bufdaemon crossing
      the 16K/64K buffer size boundary when clustering buffers.

Summary of changes:
 sys/vfs/hammer/hammer_vnops.c |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/66030e2b4635359f2d84f23298c9d8ce1e6af5da


-- 
DragonFly BSD source repository



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