diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-03-03 16:25:46 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-03-03 16:25:46 +0000 |
| commit | 9bdc993298d0e20369f53e245a010d0f9022bc2d (patch) | |
| tree | 69673e8036379630357cac45554b425050c86639 /sys/gnu | |
| parent | 0d4c2cc0c7ca207449af6b13b99caf914d35008a (diff) | |
Notes
Diffstat (limited to 'sys/gnu')
| -rw-r--r-- | sys/gnu/ext2fs/inode.h | 4 | ||||
| -rw-r--r-- | sys/gnu/fs/ext2fs/inode.h | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/sys/gnu/ext2fs/inode.h b/sys/gnu/ext2fs/inode.h index 75fb3d5ce443..3346cec2bb09 100644 --- a/sys/gnu/ext2fs/inode.h +++ b/sys/gnu/ext2fs/inode.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)inode.h 8.9 (Berkeley) 5/14/95 - * $Id$ + * $Id: inode.h,v 1.12 1997/02/22 09:47:42 peter Exp $ */ #ifndef _UFS_UFS_INODE_H_ @@ -83,7 +83,6 @@ struct inode { doff_t i_offset; /* Offset of free space in directory. */ ino_t i_ino; /* Inode number of found directory. */ u_int32_t i_reclen; /* Size of found directory entry. */ - int i_lockcount; /* Process lock count (recursion) */ int i_spare[10]; /* XXX spare storage (for ext2fs) */ /* * The on-disk dinode itself. @@ -118,7 +117,6 @@ struct inode { #define IN_RENAME 0x0010 /* Inode is being renamed. */ #define IN_SHLOCK 0x0020 /* File has shared lock. */ #define IN_EXLOCK 0x0040 /* File has exclusive lock. */ -#define IN_RECURSE 0x0080 /* Recursion expected */ #ifdef KERNEL /* diff --git a/sys/gnu/fs/ext2fs/inode.h b/sys/gnu/fs/ext2fs/inode.h index 75fb3d5ce443..3346cec2bb09 100644 --- a/sys/gnu/fs/ext2fs/inode.h +++ b/sys/gnu/fs/ext2fs/inode.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)inode.h 8.9 (Berkeley) 5/14/95 - * $Id$ + * $Id: inode.h,v 1.12 1997/02/22 09:47:42 peter Exp $ */ #ifndef _UFS_UFS_INODE_H_ @@ -83,7 +83,6 @@ struct inode { doff_t i_offset; /* Offset of free space in directory. */ ino_t i_ino; /* Inode number of found directory. */ u_int32_t i_reclen; /* Size of found directory entry. */ - int i_lockcount; /* Process lock count (recursion) */ int i_spare[10]; /* XXX spare storage (for ext2fs) */ /* * The on-disk dinode itself. @@ -118,7 +117,6 @@ struct inode { #define IN_RENAME 0x0010 /* Inode is being renamed. */ #define IN_SHLOCK 0x0020 /* File has shared lock. */ #define IN_EXLOCK 0x0040 /* File has exclusive lock. */ -#define IN_RECURSE 0x0080 /* Recursion expected */ #ifdef KERNEL /* |
