From 726b06d55a5aabe61f39897206fec7ec260af0b8 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Sat, 2 Nov 1991 00:52:49 -0800 Subject: [PATCH] UFS/FFS split for LFS version 1; move ROOTINO into ufsmount.h SCCS-vsn: sys/ufs/ffs/fs.h 7.13 --- usr/src/sys/ufs/ffs/fs.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/usr/src/sys/ufs/ffs/fs.h b/usr/src/sys/ufs/ffs/fs.h index 14ad55f83d..2ca006cf8a 100644 --- a/usr/src/sys/ufs/ffs/fs.h +++ b/usr/src/sys/ufs/ffs/fs.h @@ -4,7 +4,7 @@ * * %sccs.include.redist.c% * - * @(#)fs.h 7.12 (Berkeley) %G% + * @(#)fs.h 7.13 (Berkeley) %G% */ /* @@ -60,15 +60,7 @@ * * 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. -- 2.20.1