X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/bcdc72902014b04157d48a8e832d09d6a0a2d80d..bbc3f849b8d3d96bfba85c0a375a7d1059b84ba0:/sys/ufs/ufs_inode.c diff --git a/sys/ufs/ufs_inode.c b/sys/ufs/ufs_inode.c index 4a74d34523..c06b1760f0 100644 --- a/sys/ufs/ufs_inode.c +++ b/sys/ufs/ufs_inode.c @@ -31,7 +31,7 @@ * 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" @@ -56,6 +56,8 @@ #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];