git: kernel - Fix mountctl() / unmount race
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Jul 25 14:33:26 PDT 2016
commit 5a3a4cf3015daa531c5cc0fa59890c221b217b52
Author: Matthew Dillon <dillon at apollo.backplane.com>
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
More information about the Commits
mailing list