summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/fs/nwfs/nwfs_node.h4
-rw-r--r--sys/nwfs/nwfs_node.h4
-rw-r--r--sys/sys/vnode.h2
3 files changed, 1 insertions, 9 deletions
diff --git a/sys/fs/nwfs/nwfs_node.h b/sys/fs/nwfs/nwfs_node.h
index 871c1e3..3777679 100644
--- a/sys/fs/nwfs/nwfs_node.h
+++ b/sys/fs/nwfs/nwfs_node.h
@@ -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;
diff --git a/sys/nwfs/nwfs_node.h b/sys/nwfs/nwfs_node.h
index 871c1e3..3777679 100644
--- a/sys/nwfs/nwfs_node.h
+++ b/sys/nwfs/nwfs_node.h
@@ -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;
diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h
index 376a21c..63e275e 100644
--- a/sys/sys/vnode.h
+++ b/sys/sys/vnode.h
@@ -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
};
/*
OpenPOWER on IntegriCloud