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

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Apr 30 15:49:55 PDT 2012


commit 66030e2b4635359f2d84f23298c9d8ce1e6af5da
Author: Matthew Dillon <dillon at 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





More information about the Commits mailing list