CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/06/03 22:57:10
Modified files:
share/man/man9 : vfs_busy.9
sys/sys : mount.h
sys/kern : vfs_subr.c vfs_syscalls.c
Log message:
Add VB_DUPOK to suppress witness(4) warning of concurrent mount locks.
Use that in three places:
- vfs_stall()
- sys_mount()
- dounmount()'s MNT_FORCE-does-recursive-unmounts case
ok deraadt@ visa@
