Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 06/19/2004 18:49:47
Module Name: src
Committed By: yamt
Date: Sat Jun 19 18:49:47 UTC 2004
Modified Files:
src/sys/kern: vfs_cache.c
Log Message:
cache_lookup: avoid to grab two vnode's v_interlock.
just hold a reference (usecount) to a vnode instead.
To generate a diff of this commit:
cvs rdiff -r1.59 -r1.60 src/sys/kern/vfs_cache.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.