summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>2003-10-26 10:32:35 +0000
committermycroft <mycroft@NetBSD.org>2003-10-26 10:32:35 +0000
commitfc2aa2b3be809ee50e599eb7ba3399b73ab66fb7 (patch)
treef0c1323b3e9818cc5caa8ef93b716d8d78b890e2 /usr.sbin/makefs
parent2e59e9ae06da623a0bdca6d25b9e04c4d7faf493 (diff)
Mention that we should be adding space for bitmaps.
Diffstat (limited to 'usr.sbin/makefs')
-rw-r--r--usr.sbin/makefs/ffs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/makefs/ffs.c b/usr.sbin/makefs/ffs.c
index e0f1dbfeb29..ffe8c046ac2 100644
--- a/usr.sbin/makefs/ffs.c
+++ b/usr.sbin/makefs/ffs.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ffs.c,v 1.24 2003/10/26 10:31:44 mycroft Exp $ */
+/* $NetBSD: ffs.c,v 1.25 2003/10/26 10:32:35 mycroft Exp $ */
/*
* Copyright (c) 2001 Wasabi Systems, Inc.
@@ -67,7 +67,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID) && !defined(__lint)
-__RCSID("$NetBSD: ffs.c,v 1.24 2003/10/26 10:31:44 mycroft Exp $");
+__RCSID("$NetBSD: ffs.c,v 1.25 2003/10/26 10:32:35 mycroft Exp $");
#endif /* !__lint */
#include <sys/param.h>
@@ -348,7 +348,7 @@ ffs_validate(const char *dir, fsnode *root, fsinfo_t *fsopts)
fsopts->size =
fsopts->size * (100 + fsopts->minfree) / 100;
/*
- * XXX any other fs slop to add, such as csum's, etc ??
+ * XXX any other fs slop to add, such as csum's, bitmaps, etc ??
*/
if (fsopts->size < fsopts->minsize) /* ensure meets minimum size */