git: HAMMER - Fix panic when removing volume

Michael Neumann mneumann at crater.dragonflybsd.org
Sat Dec 12 05:07:14 PST 2009


commit 07be83b8ddc35252e29de16dc64202abe3b4f8fb
Author: Michael Neumann <mneumann at 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





More information about the Commits mailing list