Subject: CVS commit: syssrc/sys/nfs
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 12/15/2001 02:32:50
Module Name:	syssrc
Committed By:	fvdl
Date:		Sat Dec 15 00:32:50 UTC 2001

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

Log Message:
Set np->n_size before calling nfs_vinvalbuf, to avoid recursion
and confusion about the actual filesize. From Matt Dillon's
similar change in FreeBSD.

XXX n_size is really redundant in -current and must die. This commit
XXX is more of a placeholder for a pullup into the 1.5 branch.


To generate a diff of this commit:
cvs rdiff -r1.147 -r1.148 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.