Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
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.
Home |
Main Index |
Thread Index |
Old Index