commit 5a3a4cf3015daa531c5cc0fa59890c221b217b52
Author: Matthew Dillon <[email protected]>
Date: Mon Jul 25 11:31:04 2016 -0700
kernel - Fix mountctl() / unmount race
* kern_mountctl() now properly checks to see if an unmount is in-progress
and returns an error, fixing a later panic.
Summary of changes:
sys/kern/vfs_syscalls.c | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5a3a4cf3015daa531c5cc0fa59890c221b217b52
--
DragonFly BSD source repository