freebsd-dev/sys/fs/nwfs
Nate Lawson 06be2aaa83 Remove all use of vnode->v_tag, replacing with appropriate substitutes.
v_tag is now const char * and should only be used for debugging.

Additionally:
1. All users of VT_NTS now check vfsconf->vf_type VFCF_NETWORK
2. The user of VT_PROCFS now checks for the new flag VV_PROCDEP, which
is propagated by pseudofs to all child vnodes if the fs sets PFS_PROCDEP.

Suggested by:   phk
Reviewed by:    bde, rwatson (earlier version)
2002-09-14 09:02:28 +00:00
..
nwfs_io.c - Replace v_flag with v_iflag and v_vflag 2002-08-04 10:29:36 +00:00
nwfs_ioctl.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
nwfs_mount.h More s/file system/filesystem/g 2002-05-16 21:28:32 +00:00
nwfs_node.c Remove all use of vnode->v_tag, replacing with appropriate substitutes. 2002-09-14 09:02:28 +00:00
nwfs_node.h KSE Milestone 2 2001-09-12 08:38:13 +00:00
nwfs_subr.c Add a missing #include <sys/lockmgr.h>. 2002-09-01 23:02:10 +00:00
nwfs_subr.h KSE Milestone 2 2001-09-12 08:38:13 +00:00
nwfs_vfsops.c - Replace v_flag with v_iflag and v_vflag 2002-08-04 10:29:36 +00:00
nwfs_vnops.c - Replace v_flag with v_iflag and v_vflag 2002-08-04 10:29:36 +00:00
nwfs.h KSE Milestone 2 2001-09-12 08:38:13 +00:00