summaryrefslogtreecommitdiffstats
path: root/sys/isofs/cd9660/cd9660_node.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-03-16 07:17:39 +0000
committerphk <phk@FreeBSD.org>2005-03-16 07:17:39 +0000
commit91898096026529f2b7b35420ee1ec666245ff20c (patch)
treea2cb1f8f494ca1de07fa18cbd5664bc04a22dd23 /sys/isofs/cd9660/cd9660_node.h
parent2966b28e5ff8b8b1a3d1b3634bec035ab0a8f34c (diff)
downloadFreeBSD-src-91898096026529f2b7b35420ee1ec666245ff20c.zip
FreeBSD-src-91898096026529f2b7b35420ee1ec666245ff20c.tar.gz
Don't store the disk cdev in all inodes.
Diffstat (limited to 'sys/isofs/cd9660/cd9660_node.h')
-rw-r--r--sys/isofs/cd9660/cd9660_node.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/isofs/cd9660/cd9660_node.h b/sys/isofs/cd9660/cd9660_node.h
index b80dffa..b207f76 100644
--- a/sys/isofs/cd9660/cd9660_node.h
+++ b/sys/isofs/cd9660/cd9660_node.h
@@ -60,7 +60,6 @@ struct iso_node {
struct iso_node *i_next, **i_prev; /* hash chain */
struct vnode *i_vnode; /* vnode associated with this inode */
u_long i_flag; /* see below */
- struct cdev *i_dev; /* device where inode resides */
ino_t i_number; /* the identity of the inode */
/* we use the actual starting block of the file */
struct iso_mnt *i_mnt; /* filesystem associated with this inode */
OpenPOWER on IntegriCloud