CVSROOT: /cvs Module name: src Changes by: blamb...@cvs.openbsd.org 2009/03/09 10:56:55
Modified files: sys/kern : vfs_lookup.c Log message: Clarify comment in namei(): the code commented doesn't check if the path being looked up *is* a symlink, it checks if it *is not* a symlink and returns the vnode looked up in that case. ok thib@