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

git: HAMMER VFS - Fix incorrect hammer_cursor_removed_node() call in btree_remove()


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 12 Dec 2009 10:53:14 -0800 (PST)

commit 901ba05cd0e7874977a4a937d1b2f9a76ffb9c2d
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Sat Dec 12 10:50:22 2009 -0800

    HAMMER VFS - Fix incorrect hammer_cursor_removed_node() call in btree_remove()
    
    * hammer_cursor_removed_node() was being called on the wrong node.  This
      fixes a parent != NULL assertion later on.
    
    * There is still at least one known issue where btree_iterate can panic
      due to a cursor tracking issue that has not yet been located.

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

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/901ba05cd0e7874977a4a937d1b2f9a76ffb9c2d


-- 
DragonFly BSD source repository



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