summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-03-03 16:25:46 +0000
committerbde <bde@FreeBSD.org>1997-03-03 16:25:46 +0000
commitf0abbb2b2df63c69053c3203d3519d3c696f26b4 (patch)
treed7625b3a44f30e11b4b72af71a530138914962c7 /sys
parent064d53aea0fc3e27c25587c141040f146dd68bbf (diff)
downloadFreeBSD-src-f0abbb2b2df63c69053c3203d3519d3c696f26b4.zip
FreeBSD-src-f0abbb2b2df63c69053c3203d3519d3c696f26b4.tar.gz
Removed unused flag IN_RECURSE and unused struct member i_lockcount.
Diffstat (limited to 'sys')
-rw-r--r--sys/gnu/ext2fs/inode.h4
-rw-r--r--sys/gnu/fs/ext2fs/inode.h4
-rw-r--r--sys/ufs/ufs/inode.h4
3 files changed, 3 insertions, 9 deletions
diff --git a/sys/gnu/ext2fs/inode.h b/sys/gnu/ext2fs/inode.h
index 75fb3d5..3346cec 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 75fb3d5..3346cec 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
/*
diff --git a/sys/ufs/ufs/inode.h b/sys/ufs/ufs/inode.h
index 75fb3d5..3346cec 100644
--- a/sys/ufs/ufs/inode.h
+++ b/sys/ufs/ufs/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
/*
OpenPOWER on IntegriCloud