Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 09/22/2000 12:44:23
Module Name:	syssrc
Committed By:	jdolecek
Date:		Fri Sep 22 09:44:23 UTC 2000

Modified Files:
	syssrc/sys/compat/svr4 [netbsd-1-5]: svr4_misc.c

Log Message:
pullup rev. 1.88 from trunk (via patch, approved by thorpej):
svr4_sys_resolvepath(): since unlocked vnode is requested (LOCKLEAF is not
used for namei() call), we need to free it with vrele() and not vput()
This fixes kern/11044.


To generate a diff of this commit:
cvs rdiff -r1.83 -r1.83.4.1 syssrc/sys/compat/svr4/svr4_misc.c

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