CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/25 17:26:36
Modified files:
sys/kern : vfs_syscalls.c
Log message:
Don't use LOCKPARENT on namei calls for realpath(). We don't
require this anymore since we now behave like posix.
Fixes a problem where a symlink to / would return ENOTDIR because
the parent could not be locked - noticed by Raimo Niskanen <[email protected]>
ok guenther@ deraadt@
