freebsd-dev/sys/isofs/cd9660
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
..
cd9660_bmap.c
cd9660_lookup.c
cd9660_mount.h
cd9660_node.c
cd9660_node.h
cd9660_rrip.c Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:23:09 +00:00
cd9660_rrip.h
cd9660_util.c
cd9660_vfsops.c Remove all use of vnode->v_tag, replacing with appropriate substitutes. 2002-09-14 09:02:28 +00:00
cd9660_vnops.c Remove all use of vnode->v_tag, replacing with appropriate substitutes. 2002-09-14 09:02:28 +00:00
iso_rrip.h
iso.h
TODO
TODO.hibler