Author :
beck
Date :
2019-11-26 00:26:36
Hash :0eff3f09 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 <raimo@erlang.org>
ok guenther@ deraadt@