看板 DFBSD_commit 關於我們 聯絡資訊
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