From 5443e9818b928e8bed164859ee00cb7e5736064d Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 16 Mar 2005 08:09:52 +0000 Subject: Remove inode fields previously used for private inode hash tables. --- sys/isofs/cd9660/cd9660_node.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/isofs') diff --git a/sys/isofs/cd9660/cd9660_node.h b/sys/isofs/cd9660/cd9660_node.h index b207f76..a362dc1 100644 --- a/sys/isofs/cd9660/cd9660_node.h +++ b/sys/isofs/cd9660/cd9660_node.h @@ -57,7 +57,6 @@ typedef struct { 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 */ ino_t i_number; /* the identity of the inode */ -- cgit v1.1