git: HAMMER VFS - Fix assertion in hammer_btree_mirror_propagate

看板DFBSD_commit作者時間16年前 (2010/03/03 10:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 95885f2087bf8a2ded4c9db3a3ab808140d49bae Author: Matthew Dillon <dillon@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
文章代碼(AID): #1BZSBZEh (DFBSD_commit)