CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/08/01 22:41:47
Modified files:
sys/kern : vfs_lookup.c
Log message:
Fix panic when we attempt to mess with "." but have a flags mismatch
so unveil_check_final returns an error - in this case we can't
just VOP_UNLOCK the parent we have to know we are dealing with "."
found by anton@ - thanks
