HAMMER - Fix panic when removing volume
authorMichael Neumann <mneumann@ntecs.de>
Sat, 12 Dec 2009 13:02:03 +0000 (14:02 +0100)
committerMichael Neumann <mneumann@ntecs.de>
Sat, 12 Dec 2009 13:02:03 +0000 (14:02 +0100)
commit07be83b8ddc35252e29de16dc64202abe3b4f8fb
tree2521c25e9e38d4974f25a3fe7cf3e213ba2b2b01
parent32af04f740541c3e943edbdb70f13dff978147be
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
sys/vfs/hammer/hammer.h
sys/vfs/hammer/hammer_ondisk.c
sys/vfs/hammer/hammer_volume.c