Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 09/22/2000 00:24:34
Module Name:	syssrc
Committed By:	jdolecek
Date:		Thu Sep 21 21:24:34 UTC 2000

Modified Files:
	syssrc/sys/compat/svr4: svr4_misc.c

Log Message:
fix obvious bug in svr4_sys_resolvepath():
since we have not requested locked vnode (LOCKLEAF is not used for namei()
call), the vnode is returned unlocked, so we need to use vrele(), not vput()

This fixes kern/11044.


To generate a diff of this commit:
cvs rdiff -r1.87 -r1.88 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.