Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 06/27/2004 08:50:44
Module Name:	src
Committed By:	yamt
Date:		Sun Jun 27 08:50:44 UTC 2004

Modified Files:
	src/sys/kern: vfs_cache.c
	src/sys/sys: namei.h

Log Message:
introduce a new function, cache_lookup_raw(), for filesystems which
want more flexible namecache handling.
it just looks up a dnlc entry and vget() the result vnode.
ie. no automatic entry removal, no automatic vnode locking.

discussed on tech-kern@.


To generate a diff of this commit:
cvs rdiff -r1.60 -r1.61 src/sys/kern/vfs_cache.c
cvs rdiff -r1.36 -r1.37 src/sys/sys/namei.h

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