summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1994-08-26 10:41:13 +0000
committerDavid Greenman <dg@FreeBSD.org>1994-08-26 10:41:13 +0000
commitcf8181ddff31783fda961168a6f8cd5b2f71920d (patch)
treef408e0cd7ba5ef8052a4041bd54ff03573aab910
parentacb5f10f46ee014a02c88cdf5e8a1854a47c0653 (diff)
Notes
-rw-r--r--sbin/newfs/mkfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/newfs/mkfs.c b/sbin/newfs/mkfs.c
index 80cb7340c00b..398f36961f60 100644
--- a/sbin/newfs/mkfs.c
+++ b/sbin/newfs/mkfs.c
@@ -562,6 +562,7 @@ next:
sblock.fs_cstotal.cs_nffree = 0;
sblock.fs_fmod = 0;
sblock.fs_ronly = 0;
+ sblock.fs_clean = 1;
/*
* Dump out summary information about file system.
*/