Subject: CVS commit: syssrc/sys/nfs
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 09/26/2002 23:38:04
Module Name:	syssrc
Committed By:	bouyer
Date:		Thu Sep 26 20:38:04 UTC 2002

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

Log Message:
nfsrv_commit(): Properly handle the case cnt == 0, which means "flush to
end of file". Calling VOP_FSYNC with start == end triggers a DIAGNOSTIC
check. Noticed with NFSv3 Linux clients. OK'd by fvdl.


To generate a diff of this commit:
cvs rdiff -r1.62 -r1.63 syssrc/sys/nfs/nfs_serv.c

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