git: DragonFly_RELEASE_4_4 sys/vfs/hammer: Temporary fix for kernel panic on volume-del
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Thu Mar 24 11:32:15 PDT 2016
commit 622d6d5bb6c78995fbb7d00c0f92e9406d8ef802
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Mon Mar 21 05:46:53 2016 +0900
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.
(cherry picked from commit 2f1df9cece2c18f660b07748af682ac3c47cc50f)
Summary of changes:
sys/vfs/hammer/hammer_volume.c | 12 ++++++++++++
1 file changed, 12 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/622d6d5bb6c78995fbb7d00c0f92e9406d8ef802
--
DragonFly BSD source repository
More information about the Commits
mailing list