Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Bill Studenmund <wrstuden@netbsd.org>
List: source-changes
Date: 12/13/1999 11:07:22
Module Name:	syssrc
Committed By:	wrstuden
Date:		Mon Dec 13 19:07:22 UTC 1999

Modified Files:
	syssrc/sys/ufs/ufs: ufs_vnops.c

Log Message:
Modify ufs_rename() to a) be more careful about reference counts (we no longer
depend on the initial lookups being doen with SAVESTART), and b) check
return values for errors.

Should fix PR 8491 for ufs - two simultaneous identical renames will now
work correctly. One will succeed, one will fail.


To generate a diff of this commit:
cvs rdiff -r1.60 -r1.61 syssrc/sys/ufs/ufs/ufs_vnops.c

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