VFS messaging/interfacing work stage 5/99. Start work on the new
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 26 Sep 2004 01:25:52 +0000 (01:25 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 26 Sep 2004 01:25:52 +0000 (01:25 +0000)
commit14c92d030823830875c4491975fa0439e6503872
tree1834768a9e1361d7eeb42442e810219bdb445f39
parent013a890e586554d4acb234a65572ef99fee011af
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/kern/vfs_cache.c
sys/kern/vfs_vopops.c
sys/sys/namecache.h
sys/sys/vfsops.h
sys/vfs/nfs/nfs_vnops.c
sys/vfs/ntfs/ntfs_vnops.c
sys/vfs/nwfs/nwfs_vnops.c
sys/vfs/smbfs/smbfs_vnops.c