Set fs_clean.

This commit is contained in:
David Greenman 1994-08-26 10:41:13 +00:00
parent acb5f10f46
commit cf8181ddff

View file

@ -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.
*/