CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/06/13 18:23:36
Modified files:
sys/kern : vfs_syscalls.c
Log message:
In dounlinkat() only perform the check for a mounted directory when
actually removing a directory. Fixes a problem where removing
device special files could result in EBUSY. OK guenther@
