VFS messaging/interfacing work stage 5/99. Start work on the new
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 26 Sep 2004 06:00:10 +0000 (06:00 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 26 Sep 2004 06:00:10 +0000 (06:00 +0000)
commit26b67a34b567535c926dea5140a534e28b6c5db3
tree438627af721f7182c5065e05f014a3559cb0c879
parent71b118e1fbd39752e63febce1b979f9c0e05e155
VFS messaging/interfacing work stage 5/99.  Start work on the new
namecache/lookup API.  The core of this API will be the concept of a
'locked namespace' rather then a 'locked vnode' for namespace centric
operations like CREATE, DELETE, and RENAME.   The namecache will no longer
be optional for a VFS but instead will become centric to all kernel
namespace operations.

This commit is mostly non-functional.  It removes an extension I had made
to VOP_LOOKUP/VOP_CACHEDLOOKUP and starts adding support functions for the
new cache_nclookup() API.  The work being backed out was originally intended
to shepard the new work, but the new interface is now so different (and far
more simplified) then the original that it's actually better to create a
new VOP for it instead of augmenting existing VOPs.
sys/emulation/linux/linux_getcwd.c
sys/kern/vfs_cache.c
sys/kern/vfs_lookup.c
sys/kern/vfs_vopops.c
sys/sys/vfsops.h
sys/vfs/coda/coda_vnops.c
sys/vfs/nullfs/null_vnops.c
sys/vfs/union/union_vnops.c