namecache work stage 3a: Adjust the VFS APIs to include a namecache pointer
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 9 Oct 2003 22:27:27 +0000 (22:27 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 9 Oct 2003 22:27:27 +0000 (22:27 +0000)
commitbc0c094e30504ceeedcb8e3d5c882a9b35ba604c
treea365b3b0c90b38ae72e992e7cd528e2fb4d43665
parent04447fd21af7251833ad959771efe30f71c1dbb0
namecache work stage 3a: Adjust the VFS APIs to include a namecache pointer
where necessary.  For the moment we pass NULL for these parameters (the old
'dvp' vnode pointer's cannot be ripped out quite yet).
28 files changed:
sys/emulation/linux/linux_getcwd.c
sys/kern/uipc_usrreq.c
sys/kern/vfs_cache.c
sys/kern/vfs_lookup.c
sys/kern/vfs_subr.c
sys/kern/vfs_syscalls.c
sys/kern/vfs_vnops.c
sys/kern/vnode_if.src
sys/sys/filedesc.h
sys/sys/namecache.h
sys/sys/namei.h
sys/vfs/coda/coda_vnops.c
sys/vfs/gnu/ext2fs/ext2_lookup.c
sys/vfs/hpfs/hpfs_vnops.c
sys/vfs/isofs/cd9660/cd9660_lookup.c
sys/vfs/msdosfs/msdosfs_lookup.c
sys/vfs/nfs/nfs_serv.c
sys/vfs/nfs/nfs_vnops.c
sys/vfs/ntfs/ntfs_vnops.c
sys/vfs/nullfs/null_vnops.c
sys/vfs/nwfs/nwfs_io.c
sys/vfs/nwfs/nwfs_vnops.c
sys/vfs/smbfs/smbfs_io.c
sys/vfs/smbfs/smbfs_vnops.c
sys/vfs/ufs/ufs_lookup.c
sys/vfs/union/union_subr.c
sys/vfs/union/union_vfsops.c
sys/vfs/union/union_vnops.c