Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/22/2004 09:56:26
Module Name:	src
Committed By:	jdolecek
Date:		Sun Feb 22 09:56:26 UTC 2004

Modified Files:
	src/sys/kern: vfs_syscalls.c

Log Message:
mount(2): if vinvalbuf() fails, we must also vput() the mountpoint vnode

fixes stale vnode lock after attempt to mount something on a NTFS directory


To generate a diff of this commit:
cvs rdiff -r1.202 -r1.203 src/sys/kern/vfs_syscalls.c

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