UFS/FFS split for LFS version 1; move ROOTINO into ufsmount.h
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 2 Nov 1991 08:52:49 +0000 (00:52 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 2 Nov 1991 08:52:49 +0000 (00:52 -0800)
SCCS-vsn: sys/ufs/ffs/fs.h 7.13

usr/src/sys/ufs/ffs/fs.h

index 14ad55f..2ca006c 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)fs.h        7.12 (Berkeley) %G%
+ *     @(#)fs.h        7.13 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
  *
  * The file system records space availability at the fragment level;
  * to determine block availability, aligned fragments are examined.
  *
  * The file system records space availability at the fragment level;
  * to determine block availability, aligned fragments are examined.
- *
- * The root inode is the root of the file system.
- * Inode 0 can't be used for normal purposes and
- * historically bad blocks were linked to inode 1,
- * thus the root inode is 2. (inode 1 is no longer used for
- * this purpose, however numerous dump tapes make this
- * assumption, so we are stuck with it)
  */
  */
-#define        ROOTINO         ((ino_t)2)
 
 /*
  * MINBSIZE is the smallest allowable block size.
 
 /*
  * MINBSIZE is the smallest allowable block size.