add IPIPE bit for sake of writei
authorBill Joy <bill@ucbvax.Berkeley.EDU>
Sat, 12 Apr 1980 01:17:46 +0000 (17:17 -0800)
committerBill Joy <bill@ucbvax.Berkeley.EDU>
Sat, 12 Apr 1980 01:17:46 +0000 (17:17 -0800)
SCCS-vsn: sys/ufs/ffs/dinode.h 3.2
SCCS-vsn: sys/ufs/ffs/inode.h 3.2
SCCS-vsn: sys/ufs/ufs/dinode.h 3.2
SCCS-vsn: sys/ufs/ufs/inode.h 3.2

usr/src/sys/ufs/ffs/dinode.h
usr/src/sys/ufs/ffs/inode.h
usr/src/sys/ufs/ufs/dinode.h
usr/src/sys/ufs/ufs/inode.h

index e3cfc6d..0f176ae 100644 (file)
@@ -1,4 +1,4 @@
-/*     dinode.h        3.1     %H%     */
+/*     dinode.h        3.2     %H%     */
 
 /*
  * The I node is the focus of all
 
 /*
  * The I node is the focus of all
@@ -73,6 +73,7 @@ struct        inode *namei();
 #define        IWANT   020             /* some process waiting on lock */
 #define        ITEXT   040             /* inode is pure text prototype */
 #define        ICHG    0100            /* inode has been changed */
 #define        IWANT   020             /* some process waiting on lock */
 #define        ITEXT   040             /* inode is pure text prototype */
 #define        ICHG    0100            /* inode has been changed */
+#define        IPIPE   0200            /* inode is a pipe */
 
 /* modes */
 #define        IFMT    0170000         /* type of file */
 
 /* modes */
 #define        IFMT    0170000         /* type of file */
index c1ca517..78c1277 100644 (file)
@@ -1,4 +1,4 @@
-/*     inode.h 3.1     %H%     */
+/*     inode.h 3.2     %H%     */
 
 /*
  * The I node is the focus of all
 
 /*
  * The I node is the focus of all
@@ -73,6 +73,7 @@ struct        inode *namei();
 #define        IWANT   020             /* some process waiting on lock */
 #define        ITEXT   040             /* inode is pure text prototype */
 #define        ICHG    0100            /* inode has been changed */
 #define        IWANT   020             /* some process waiting on lock */
 #define        ITEXT   040             /* inode is pure text prototype */
 #define        ICHG    0100            /* inode has been changed */
+#define        IPIPE   0200            /* inode is a pipe */
 
 /* modes */
 #define        IFMT    0170000         /* type of file */
 
 /* modes */
 #define        IFMT    0170000         /* type of file */
index e3cfc6d..0f176ae 100644 (file)
@@ -1,4 +1,4 @@
-/*     dinode.h        3.1     %H%     */
+/*     dinode.h        3.2     %H%     */
 
 /*
  * The I node is the focus of all
 
 /*
  * The I node is the focus of all
@@ -73,6 +73,7 @@ struct        inode *namei();
 #define        IWANT   020             /* some process waiting on lock */
 #define        ITEXT   040             /* inode is pure text prototype */
 #define        ICHG    0100            /* inode has been changed */
 #define        IWANT   020             /* some process waiting on lock */
 #define        ITEXT   040             /* inode is pure text prototype */
 #define        ICHG    0100            /* inode has been changed */
+#define        IPIPE   0200            /* inode is a pipe */
 
 /* modes */
 #define        IFMT    0170000         /* type of file */
 
 /* modes */
 #define        IFMT    0170000         /* type of file */
index c1ca517..78c1277 100644 (file)
@@ -1,4 +1,4 @@
-/*     inode.h 3.1     %H%     */
+/*     inode.h 3.2     %H%     */
 
 /*
  * The I node is the focus of all
 
 /*
  * The I node is the focus of all
@@ -73,6 +73,7 @@ struct        inode *namei();
 #define        IWANT   020             /* some process waiting on lock */
 #define        ITEXT   040             /* inode is pure text prototype */
 #define        ICHG    0100            /* inode has been changed */
 #define        IWANT   020             /* some process waiting on lock */
 #define        ITEXT   040             /* inode is pure text prototype */
 #define        ICHG    0100            /* inode has been changed */
+#define        IPIPE   0200            /* inode is a pipe */
 
 /* modes */
 #define        IFMT    0170000         /* type of file */
 
 /* modes */
 #define        IFMT    0170000         /* type of file */