NetBSD/sys/fs/union
dholland 1617a81dd1 Disentangle the namecache from the internals of namei.
- Move the namecache's hash computation to inside the namecache code,
instead of being spread out all over the place. Remove cn_hash from
struct componentname and delete all uses of it.

 - It is no longer necessary (if it ever was) for cache_lookup and
cache_lookup_raw to clear MAKEENTRY from cnp->cn_flags for the cases
that cache_enter already checks for.

 - Rearrange the interface of cache_lookup (and cache_lookup_raw) to
make it somewhat simpler, to exclude certain nonexistent error
conditions, and (most importantly) to make it not require write access
to cnp->cn_flags.

This change requires a kernel bump.
2012-11-05 17:24:09 +00:00
..
Makefile
files.union
union.h Disentangle the namecache from the internals of namei. 2012-11-05 17:24:09 +00:00
union_subr.c Disentangle the namecache from the internals of namei. 2012-11-05 17:24:09 +00:00
union_vfsops.c - Replace some malloc(9) uses with kmem(9). 2012-04-30 22:51:27 +00:00
union_vnops.c