Subject: sun-lamp CVS commits
To: None <source-changes>
From: The Source Master <srcmastr>
List: source-changes
Date: 08/23/1994 02:40:06
pk
Tue Aug 23 02:31:03 PDT 1994
Update of /b/source/CVS/src/sys/nfs
In directory sun-lamp.cs.berkeley.edu:/d/users/pk/src/sys/nfs

Modified Files:
	nfs_vfsops.c 
Log Message:
When updating an NFS mountpoint, we cannot just increase `rsize' or `wsize'
without also adjusting the corresponding socket buffers. We could probably
call sbrelease/sbreserve/soreserve ourselves without much harm, but we'd
have to duplicate much of the logic in nfs_connect(). In stead, blow the
socket away entirely and let nfs_connect() do its job again.


------------------------------------------------------------------------------