summaryrefslogtreecommitdiffstats
path: root/sbin/newfs
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-08-26 10:41:13 +0000
committerdg <dg@FreeBSD.org>1994-08-26 10:41:13 +0000
commitb75c2875e21842d7234a8223450715a65ceb0a58 (patch)
treef408e0cd7ba5ef8052a4041bd54ff03573aab910 /sbin/newfs
parent970f32f7027f48f9da8a4aa9425dfb453d125259 (diff)
downloadFreeBSD-src-b75c2875e21842d7234a8223450715a65ceb0a58.zip
FreeBSD-src-b75c2875e21842d7234a8223450715a65ceb0a58.tar.gz
Set fs_clean.
Diffstat (limited to 'sbin/newfs')
-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 80cb734..398f369 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.
*/
OpenPOWER on IntegriCloud