1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sys/fs/nwfs
Don Lewis 8bcc0d3f95 Update nwfs_lookup() to match the current cache_lookup() API.
cache_lookup() has returned a ref'ed and locked vnode since
vfs_cache.c:1.96, dated Tue Mar 29 12:59:06 2005 UTC.  This change
is similar to the change made to smbfs_lookup() in smbfs_vnops.c:1.58.

Tested by:	"Antony Mawer" ant AT mawer.org
MFC after:	2 weeks
2005-10-16 21:54:35 +00:00
..
nwfs_io.c - The VI_DOOMED flag now signals the end of a vnode's relationship with 2005-03-13 12:18:25 +00:00
nwfs_ioctl.c
nwfs_mount.h
nwfs_node.c - The VI_DOOMED flag now signals the end of a vnode's relationship with 2005-03-13 12:18:25 +00:00
nwfs_node.h
nwfs_subr.c Do not dereference dvp pointer before doing a NULL check. 2005-05-11 19:08:38 +00:00
nwfs_subr.h
nwfs_vfsops.c In preparation for making the modules actually use opt_*.h files 2005-10-14 23:17:45 +00:00
nwfs_vnops.c Update nwfs_lookup() to match the current cache_lookup() API. 2005-10-16 21:54:35 +00:00
nwfs.h