Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 07/26/2000 14:43:09
Module Name:	syssrc
Committed By:	pk
Date:		Wed Jul 26 11:43:09 UTC 2000

Modified Files:
	syssrc/sys/compat/common: vfs_syscalls_43.c

Log Message:
lstat: since namei() returns an error (EISDIR) if there is no parent to lock,
retry the lookup without LOCKPARENT if that happens. This is safe, since
need to have LOCKPARENT only if the vnode is of type VLNK.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 syssrc/sys/compat/common/vfs_syscalls_43.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.