diff options
author | phk <phk@FreeBSD.org> | 2005-03-16 08:09:52 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2005-03-16 08:09:52 +0000 |
commit | 5443e9818b928e8bed164859ee00cb7e5736064d (patch) | |
tree | e6407a56e3e93e554755a5406b287ecededf68c7 /sys/isofs | |
parent | 35b09a0244896e5909763b1fab4c23b34343b274 (diff) | |
download | FreeBSD-src-5443e9818b928e8bed164859ee00cb7e5736064d.zip FreeBSD-src-5443e9818b928e8bed164859ee00cb7e5736064d.tar.gz |
Remove inode fields previously used for private inode hash tables.
Diffstat (limited to 'sys/isofs')
-rw-r--r-- | sys/isofs/cd9660/cd9660_node.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |