Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 07/18/1997 00:00:01
fvdl
Thu Jul 17 16:54:34 PDT 1997
Update of /a/cvsroot/src/sys/nfs
In directory netbsd1:/var/slash-tmp/cvs-serv3773

Modified Files:
	nfs_bio.c nfs_serv.c nfs_vfsops.c nfs_vnops.c nfsmount.h 
Log Message:
* Deal with servers that don't give complete FSINFO (like NT)
  From Olaf Seibert <rhialto@polder.ubc.kun.nl> (PR 3687)
* Make an attempt to check the maximum filesize before attempting
  a write to the server, as write RPCs will typically happen
  asynchronously, and the process will not see the error.
  Fixes problems with unexpectly truncated files at 4G
* Pass up errors in nfs_writerpc correctly