git: DragonFly_RELEASE_4_6 kernel - Fix mountctl() / unmount race
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Jul 25 14:35:35 PDT 2016
commit 5799c0274e83b656b70f531bb9f3827c01219814
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/5799c0274e83b656b70f531bb9f3827c01219814
--
DragonFly BSD source repository
More information about the Commits
mailing list