diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-12-10 18:49:52 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-12-10 18:49:52 +0000 |
commit | f5a6bd6e1a5c0904abdfe4203aa0c0b9224efe5f (patch) | |
tree | 117634ccba06f5fc8281d1b2da9e09b49eac2123 /sys/isofs/cd9660/cd9660_node.h | |
parent | 1066765651d8176068ca8c70a44bd4e3aa77528d (diff) |
Since VOP_READ is never called on VDIR vnodes and ext2fs_read
is only in the vnodeops in VREG and VDIR vnodes, we can remove tons of
code here.
Diffstat (limited to 'sys/isofs/cd9660/cd9660_node.h')
-rw-r--r-- | sys/isofs/cd9660/cd9660_node.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/isofs/cd9660/cd9660_node.h b/sys/isofs/cd9660/cd9660_node.h index 15d02647f3a..31c112e6a16 100644 --- a/sys/isofs/cd9660/cd9660_node.h +++ b/sys/isofs/cd9660/cd9660_node.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cd9660_node.h,v 1.11 2001/12/10 04:45:31 art Exp $ */ +/* $OpenBSD: cd9660_node.h,v 1.12 2001/12/10 18:49:51 art Exp $ */ /* $NetBSD: cd9660_node.h,v 1.15 1997/04/11 21:52:01 kleink Exp $ */ /*- @@ -98,7 +98,6 @@ struct iso_node { long iso_start; /* actual start of data of file (may be different */ /* from iso_extent, if file has extended attributes) */ ISO_RRIP_INODE inode; - struct cluster_info i_ci; }; #define i_forw i_chain[0] |