Subject: CVS commit: src/sys/nfs
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 04/05/2004 10:40:56
Module Name:	src
Committed By:	yamt
Date:		Mon Apr  5 10:40:56 UTC 2004

Modified Files:
	src/sys/nfs: nfs_node.c nfs_vnops.c

Log Message:
don't issue VOP_GETATTR blindly in nfs_nget().
in many cases, GETATTR RPCs here is redundant because the caller has
postop_attr.  instead, make sure the resulted vnode have a valid
attribute in nfs_lookup().


To generate a diff of this commit:
cvs rdiff -r1.73 -r1.74 src/sys/nfs/nfs_node.c
cvs rdiff -r1.189 -r1.190 src/sys/nfs/nfs_vnops.c

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