看板 DFBSD_commit 關於我們 聯絡資訊
commit 18ecc6e801844d07f09a6183ee1937f6b0fd4f98 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sun Jun 28 11:21:27 2009 -0700 HAMMER VFS - Fix umount panic on buffer flush race * Set io.waitdep on buffers during umount to ensure that the buffer unload code waits for running buffers to complete their operation. This fixes occassional assertion panics on umount. Summary of changes: sys/vfs/hammer/hammer_ondisk.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/18ecc6e801844d07f09a6183ee1937f6b0fd4f98 -- DragonFly BSD source repository