git: HAMMER VFS - Fix incorrect hammer_cursor_removed_node() cal

看板DFBSD_commit作者時間16年前 (2009/12/13 03:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1B8--tPm (DFBSD_commit)