DragonFly-2.3.0.406.g7ddc7 master sbin/hammer cmd_rebalance.c sys/vfs/hammer hammer.h hammer_btree.c hammer_ioctl.h hammer_rebalance.c

Matthew Dillon dillon at crater.dragonflybsd.org
Sun Mar 15 21:50:25 PDT 2009


commit 7ddc70d179881c5323d7ae27de85bd1f95b06788
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sun Mar 15 21:45:57 2009 -0700

    HAMMER VFS - rebalancing, zero unused fields in boundary element
    
    The rebalancer was not zeroing certain unused fields in a newly created
    boundary element when truncating an existing internal B-Tree node.
    
    While these fields are not used by the filesystem for boundary elements,
    they are still expected to be zero'd out.

Summary of changes:
 sbin/hammer/cmd_rebalance.c       |    8 ++++----
 sys/vfs/hammer/hammer.h           |    2 +-
 sys/vfs/hammer/hammer_btree.c     |    7 +++++--
 sys/vfs/hammer/hammer_ioctl.h     |    6 +++---
 sys/vfs/hammer/hammer_rebalance.c |   18 +++++++++++++++---
 5 files changed, 28 insertions(+), 13 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7ddc70d179881c5323d7ae27de85bd1f95b06788


-- 
DragonFly BSD source repository





More information about the Commits mailing list