HAMMER VFS - rebalancing, zero unused fields in boundary element
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 16 Mar 2009 04:45:57 +0000 (21:45 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 16 Mar 2009 04:45:57 +0000 (21:45 -0700)
commit7ddc70d179881c5323d7ae27de85bd1f95b06788
treedd6270cee8481f460ac11cd8561d9bb70f29563c
parent1775b6a0acbf9ffea2442141c3d913793fe39738
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.
sbin/hammer/cmd_rebalance.c
sys/vfs/hammer/hammer.h
sys/vfs/hammer/hammer_btree.c
sys/vfs/hammer/hammer_ioctl.h
sys/vfs/hammer/hammer_rebalance.c