From b6c442390525c485abb2baa2b79eafa038db40c1 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 18 May 1995 14:50:07 +0000 Subject: Don't start auto-syncing in diskfs_spawn_first_thread, which is way too early! [And thank god for fsck -b ...] --- libdiskfs/init-first.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libdiskfs/init-first.c') diff --git a/libdiskfs/init-first.c b/libdiskfs/init-first.c index c1cca17f..ca4b2287 100644 --- a/libdiskfs/init-first.c +++ b/libdiskfs/init-first.c @@ -27,6 +27,4 @@ diskfs_spawn_first_thread (void) cthread_detach (cthread_fork ((cthread_fn_t) ports_manage_port_operations_multithread, (any_t) 0)); - if (diskfs_default_sync_interval) - diskfs_set_sync_interval (diskfs_default_sync_interval); } -- cgit v1.2.3