Made all header files idempotent and moved incorrect common data from
[unix-history] / sys / ufs / ufs_inode.c
index 4a74d34..c06b176 100644 (file)
@@ -31,7 +31,7 @@
  * SUCH DAMAGE.
  *
  *     from: @(#)ufs_inode.c   7.40 (Berkeley) 5/8/91
  * SUCH DAMAGE.
  *
  *     from: @(#)ufs_inode.c   7.40 (Berkeley) 5/8/91
- *     $Id$
+ *     $Id: ufs_inode.c,v 1.3 1993/10/16 18:17:52 rgrimes Exp $
  */
 
 #include "param.h"
  */
 
 #include "param.h"
@@ -56,6 +56,8 @@
 #define        INOHASH(dev,ino)        (((unsigned)((dev)+(ino)))%INOHSZ)
 #endif
 
 #define        INOHASH(dev,ino)        (((unsigned)((dev)+(ino)))%INOHSZ)
 #endif
 
+u_long nextgennumber;          /* next generation number to assign */
+
 union ihead {
        union  ihead *ih_head[2];
        struct inode *ih_chain[2];
 union ihead {
        union  ihead *ih_head[2];
        struct inode *ih_chain[2];