sys/vfs/hammer: Temporary fix for kernel panic on volume-del
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 20 Mar 2016 20:46:53 +0000 (05:46 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 21 Mar 2016 18:46:55 +0000 (03:46 +0900)
commit2f1df9cece2c18f660b07748af682ac3c47cc50f
tree02b603eb547fb92929b9e3535ff12192cc9221c4
parent2010e26953b9dc96ac7986666ce25b0fbe38f1ca
sys/vfs/hammer: Temporary fix for kernel panic on volume-del

This is a temporary fix for a known race issue mentioned in
http://lists.dragonflybsd.org/pipermail/kernel/2015-August/175027.html

It may be replaced with a better alternative in the future.

The next commit also needs this, otherwise it's not guaranteed
that ondisk buffers are written back to the backing storage.
sys/vfs/hammer/hammer_volume.c