看板 DFBSD_commit 關於我們 聯絡資訊
commit 88d0131e03be720651defb821209e926d1bd1062 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sat Feb 26 09:32:40 2011 -0800 kernel - Fix incorrect inode wait code in HAMMER * Fix incorrect code t wait for an inode flush to finish. This should also fix the reported assertion. Any bugs in this new code would likely result in process stalls instead of panics, so watch for that possibility. Reported-by: Venkatesh Srinivas <vsrinivas@dragonflybsd.org>, Peter Avalos <peter@theshell.com> Summary of changes: sys/vfs/hammer/hammer_inode.c | 64 ++++++++++++++++++++++++++++++----------- 1 files changed, 47 insertions(+), 17 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/88d0131e03be720651defb821209e926d1bd1062 -- DragonFly BSD source repository