From e172d33222a3bbc7f97ab392f18ef13ed0a1116b Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 29 Oct 2004 10:41:44 +0000 Subject: Move CD9660 to GEOM backing instead of DEVFS. For details, please see src/sys/ufs/ffs/ffs_vfsops.c 1.250. --- sys/fs/cd9660/cd9660_node.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/fs/cd9660/cd9660_node.h') diff --git a/sys/fs/cd9660/cd9660_node.h b/sys/fs/cd9660/cd9660_node.h index fb74f39..a482181 100644 --- a/sys/fs/cd9660/cd9660_node.h +++ b/sys/fs/cd9660/cd9660_node.h @@ -59,7 +59,6 @@ typedef struct { struct iso_node { struct iso_node *i_next, **i_prev; /* hash chain */ struct vnode *i_vnode; /* vnode associated with this inode */ - struct vnode *i_devvp; /* vnode for block I/O */ u_long i_flag; /* see below */ struct cdev *i_dev; /* device where inode resides */ ino_t i_number; /* the identity of the inode */ -- cgit v1.1