Subject: CVS commit: [netbsd-1-6] src/sys/nfs
To: None <source-changes@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 07/10/2003 15:30:20
Module Name:	src
Committed By:	tron
Date:		Thu Jul 10 15:30:20 UTC 2003

Modified Files:
	src/sys/nfs [netbsd-1-6]: nfs_serv.c

Log Message:
Pull up revision 1.80 (requested by bouyer in ticket #1373):
nfsrv_commit(): return success and don't do anything for requests which starts
past the end of the file. This can happen when two clients are writting to
the same file.
Close PR 21696 by myself, discussed on tech-net in 2003/05 and 2003/06.
Issue raised by Chuck Silvers (commit and truncate ops needs to be serialised)
still unadressed.


To generate a diff of this commit:
cvs rdiff -r1.62.10.3 -r1.62.10.4 src/sys/nfs/nfs_serv.c

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