Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 05/12/1997 23:50:05
fvdl
Mon May 12 16:40:26 PDT 1997
Update of /a/cvsroot/src/sys/nfs
In directory netbsd1:/var/slash-tmp/cvs-serv24250

Modified Files:
	nfs_socket.c 
Log Message:
* If nfs_reconnect fails, be sure to release the sndlock, otherwise no
  other requests will get through and the mount point will be effectively dead.
  This could happen for mounts using TCP and -i and/or -s.
* Reserve enough space for UDP sockets. Fixes PR 3008, from Naofumi Honda.


lukem
Mon May 12 16:40:54 PDT 1997
Update of /cvsroot/src/etc
In directory netbsd1:/var/slash-tmp/cvs-serv24773

Modified Files:
	netstart 
Log Message:
fix up minor typos in comments


fvdl
Mon May 12 16:42:16 PDT 1997
Update of /a/cvsroot/src/sys/nfs
In directory netbsd1:/var/slash-tmp/cvs-serv25228

Modified Files:
	nfs_vnops.c 
Log Message:
clear B_AGE for non-flush writes, buffers seem to be reused
too quickly, disturbing NFS performance (XXXX needs further analysis
and a _real_ fix)