diff options
author | Boris Popov <bp@FreeBSD.org> | 2000-09-25 15:24:04 +0000 |
---|---|---|
committer | Boris Popov <bp@FreeBSD.org> | 2000-09-25 15:24:04 +0000 |
commit | 67e871664bbf89cdabdebc5d27448aa6885494f0 (patch) | |
tree | 09b5b63d419ae6f9b42f9ca832460c2683a08666 /sys/gnu/ext2fs/inode.h | |
parent | f568640168ac5d1dae6256573742901e99f3cec3 (diff) |
Notes
Diffstat (limited to 'sys/gnu/ext2fs/inode.h')
-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 6417a109081b9..79e79b1ae0820 100644 --- a/sys/gnu/ext2fs/inode.h +++ b/sys/gnu/ext2fs/inode.h @@ -66,7 +66,6 @@ typedef long ufs_lbn_t; * active, and is put back when the file is no longer being used. */ struct inode { - struct lock i_lock; /* Inode lock. >Keep this first< */ 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. */ |