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/gnu | |
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/gnu')
-rw-r--r-- | sys/gnu/ext2fs/inode.h | 1 | ||||
-rw-r--r-- | sys/gnu/fs/ext2fs/inode.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/gnu/ext2fs/inode.h b/sys/gnu/ext2fs/inode.h index 53d781d..9ba5546 100644 --- a/sys/gnu/ext2fs/inode.h +++ b/sys/gnu/ext2fs/inode.h @@ -61,7 +61,6 @@ * active, and is put back when the file is no longer being used. */ struct inode { - LIST_ENTRY(inode) i_hash;/* Hash chain. */ struct vnode *i_vnode;/* Vnode associated with this inode. */ struct vnode *i_devvp;/* Vnode for block I/O. */ u_int32_t i_flag; /* flags, see below */ diff --git a/sys/gnu/fs/ext2fs/inode.h b/sys/gnu/fs/ext2fs/inode.h index 53d781d..9ba5546 100644 --- a/sys/gnu/fs/ext2fs/inode.h +++ b/sys/gnu/fs/ext2fs/inode.h @@ -61,7 +61,6 @@ * active, and is put back when the file is no longer being used. */ struct inode { - LIST_ENTRY(inode) i_hash;/* Hash chain. */ struct vnode *i_vnode;/* Vnode associated with this inode. */ struct vnode *i_devvp;/* Vnode for block I/O. */ u_int32_t i_flag; /* flags, see below */ |