Set fs_clean.

This commit is contained in:
David Greenman 1994-08-26 10:41:13 +00:00
parent acb5f10f46
commit cf8181ddff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2294

View File

@ -562,6 +562,7 @@ mkfs(pp, fsys, fi, fo)
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.
*/