Subject: CVS commit: src/sys/nfs
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 02/04/2007 14:48:51
Module Name:	src
Committed By:	chs
Date:		Sun Feb  4 14:48:51 UTC 2007

Modified Files:
	src/sys/nfs: nfs_serv.c

Log Message:
in nfsrv_rename(), change vput(fdirp) back to vrele() since the dirp
returned from nfs_namei() is not locked in this case.  fixes PR 35542.
also, apply the same fix here as was made in rename_files() to handle
the case when dvp and vp are the same.


To generate a diff of this commit:
cvs rdiff -r1.122 -r1.123 src/sys/nfs/nfs_serv.c

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