From 2ce40d7088932b2875739379f54f7d74fc2e374c Mon Sep 17 00:00:00 2001 From: rtm Date: Wed, 8 Oct 2008 18:57:13 +0000 Subject: be clear what the root i-number is --- mkfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkfs.c') diff --git a/mkfs.c b/mkfs.c index 4614f99..3046f9b 100644 --- a/mkfs.c +++ b/mkfs.c @@ -92,7 +92,7 @@ main(int argc, char *argv[]) wsect(1, &sb); rootino = ialloc(T_DIR); - assert(rootino == 1); + assert(rootino == ROOTINO); bzero(&de, sizeof(de)); de.inum = xshort(rootino); -- cgit v1.2.3