summaryrefslogtreecommitdiffstats
path: root/sys/gnu/ext2fs
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-03-16 08:09:52 +0000
committerphk <phk@FreeBSD.org>2005-03-16 08:09:52 +0000
commit5443e9818b928e8bed164859ee00cb7e5736064d (patch)
treee6407a56e3e93e554755a5406b287ecededf68c7 /sys/gnu/ext2fs
parent35b09a0244896e5909763b1fab4c23b34343b274 (diff)
downloadFreeBSD-src-5443e9818b928e8bed164859ee00cb7e5736064d.zip
FreeBSD-src-5443e9818b928e8bed164859ee00cb7e5736064d.tar.gz
Remove inode fields previously used for private inode hash tables.
Diffstat (limited to 'sys/gnu/ext2fs')
-rw-r--r--sys/gnu/ext2fs/inode.h1
1 files changed, 0 insertions, 1 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 */
OpenPOWER on IntegriCloud