看板 DFBSD_commit 關於我們 聯絡資訊
commit 07be83b8ddc35252e29de16dc64202abe3b4f8fb Author: Michael Neumann <mneumann@ntecs.de> Date: Sat Dec 12 14:02:03 2009 +0100 HAMMER - Fix panic when removing volume * unload buffers before unloading volume * fix missing call to hammer_rel_volume() which lead to kernel panic upon umount Summary of changes: sys/vfs/hammer/hammer.h | 2 +- sys/vfs/hammer/hammer_ondisk.c | 18 ++++++++++++++++-- sys/vfs/hammer/hammer_volume.c | 17 +++++++++++++---- 3 files changed, 30 insertions(+), 7 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/07be83b8ddc35252e29de16dc64202abe3b4f8fb -- DragonFly BSD source repository