Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 04/20/2001 14:22:03
Module Name:	syssrc
Committed By:	fvdl
Date:		Fri Apr 20 11:22:03 UTC 2001

Modified Files:
	syssrc/sys/nfs: nfs_vnops.c

Log Message:
Don't forget to unlock the vnode returned by cache_lookup if the
subsequent access check fails. Don't overwrite the error code
returned by cache_lookup. Remove a piece of redundant code.

Should fix kern/12680.


To generate a diff of this commit:
cvs rdiff -r1.130 -r1.131 syssrc/sys/nfs/nfs_vnops.c

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