git: HAMMER VFS - Fix assertion in hammer_btree_mirror_propagate()

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Mar 2 17:31:43 PST 2010


commit 95885f2087bf8a2ded4c9db3a3ab808140d49bae
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Tue Mar 2 17:29:14 2010 -0800

    HAMMER VFS - Fix assertion in hammer_btree_mirror_propagate()
    
    * hammer_btree_mirror_propagate() asserts it is on an internal node but
      recovery operations can now place us on a leaf, so just loop if we
      are on a leaf and remove the assertion.

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

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/95885f2087bf8a2ded4c9db3a3ab808140d49bae


-- 
DragonFly BSD source repository





More information about the Commits mailing list