diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-03-16 08:09:52 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-03-16 08:09:52 +0000 |
| commit | fd475cc19de7a08029198b560df878ac2acf19a6 (patch) | |
| tree | e6407a56e3e93e554755a5406b287ecededf68c7 /sys/gnu/ext2fs | |
| parent | 363fa56a62dcabb113c67b8d5ed790ef15ad2033 (diff) | |
Notes
Diffstat (limited to 'sys/gnu/ext2fs')
| -rw-r--r-- | sys/gnu/ext2fs/inode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/gnu/ext2fs/inode.h b/sys/gnu/ext2fs/inode.h index 53d781d35fc4..9ba55462ee5d 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 */ |
