summaryrefslogtreecommitdiffstats
path: root/sys/coda/cnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/coda/cnode.h')
-rw-r--r--sys/coda/cnode.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/coda/cnode.h b/sys/coda/cnode.h
index 0504c74..bf77288 100644
--- a/sys/coda/cnode.h
+++ b/sys/coda/cnode.h
@@ -107,8 +107,6 @@ struct cnode {
struct vattr c_vattr; /* attributes */
char *c_symlink; /* pointer to symbolic link */
u_short c_symlen; /* length of symbolic link */
- struct cdev *c_device; /* associated vnode device */
- ino_t c_inode; /* associated vnode inode */
struct cnode *c_next; /* links if on NetBSD machine */
};
#define VTOC(vp) ((struct cnode *)(vp)->v_data)
OpenPOWER on IntegriCloud