summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbp <bp@FreeBSD.org>2000-01-15 08:28:03 +0000
committerbp <bp@FreeBSD.org>2000-01-15 08:28:03 +0000
commit50108d27969d163657aee76acd658854fae6d543 (patch)
tree44d03e98cc6ea7cd11f15a09403ea8d8f0fc7256
parent5cc043034a8fb4950b5d4f85cb13e2ade31a281c (diff)
downloadFreeBSD-src-50108d27969d163657aee76acd658854fae6d543.zip
FreeBSD-src-50108d27969d163657aee76acd658854fae6d543.tar.gz
Add VT_NWFS tag.
-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