Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 03/30/1999 04:01:19
Module Name:	src
Committed By:	mycroft
Date:		Tue Mar 30 12:01:19 UTC 1999

Modified Files:
	src/sys/nfs: nfs_serv.c
Log Message:
Fix two problems with NFSV3CREATE_GUARDED:
* We shouldn't truncate the file.
* We were leaving the vnode locked (unless the truncate happened to fail).
Solaris clients may cause this under some conditions.
Problem reported by chopps, analysis and fix by me.