From b48969258bb051921ced370af96d71d47587435a Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 20 Apr 1995 23:26:25 +0000 Subject: Formerly ext2fs.c.~15~ --- ext2fs/ext2fs.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ext2fs/ext2fs.c') diff --git a/ext2fs/ext2fs.c b/ext2fs/ext2fs.c index 19fa1c9d..91587b85 100644 --- a/ext2fs/ext2fs.c +++ b/ext2fs/ext2fs.c @@ -279,6 +279,12 @@ main (int argc, char **argv) /* A handy source of page-aligned zeros. */ vm_allocate (mach_task_self (), &zeroblock, block_size, 1); + if (!diskfs_readonly) + { + sblock->s_state &= ~EXT2_VALID_FS; + sync_super_block (); + } + inode_init (); /* Find our root node. */ -- cgit v1.2.3