1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Add VT_NWFS tag.

This commit is contained in:
Boris Popov 2000-01-15 08:28:03 +00:00
parent 8904e70b83
commit 6cca21b14d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56033
3 changed files with 1 additions and 9 deletions

View File

@ -44,10 +44,6 @@
#define NNEW 0x0008 /* vnode has been allocated */
#define NVOLUME 0x0010 /* vnode references a volume */
#ifndef VT_NWFS
#define VT_NWFS VT_TFS
#endif
struct nwnode {
LIST_ENTRY(nwnode) n_hash;
struct vnode *n_vnode;

View File

@ -44,10 +44,6 @@
#define NNEW 0x0008 /* vnode has been allocated */
#define NVOLUME 0x0010 /* vnode references a volume */
#ifndef VT_NWFS
#define VT_NWFS VT_TFS
#endif
struct nwnode {
LIST_ENTRY(nwnode) n_hash;
struct vnode *n_vnode;

View File

@ -64,7 +64,7 @@ enum vtagtype {
VT_NON, VT_UFS, VT_NFS, VT_MFS, VT_PC, VT_LFS, VT_LOFS, VT_FDESC,
VT_PORTAL, VT_NULL, VT_UMAP, VT_KERNFS, VT_PROCFS, VT_AFS, VT_ISOFS,
VT_UNION, VT_MSDOSFS, VT_DEVFS, VT_TFS, VT_VFS, VT_CODA, VT_NTFS,
VT_HPFS
VT_HPFS, VT_NWFS
};
/*