diff --git a/sbin/newfs/mkfs.c b/sbin/newfs/mkfs.c index 80cb7340c00..398f36961f6 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. */