diff options
author | Miles Bader <miles@gnu.org> | 1995-05-18 14:50:07 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-05-18 14:50:07 +0000 |
commit | b6c442390525c485abb2baa2b79eafa038db40c1 (patch) | |
tree | c4ce695700769d926d427d54a3b16d7e2fa3f291 | |
parent | 997c205e1de85457d6f103e19b3cf0994177db6f (diff) |
Don't start auto-syncing in diskfs_spawn_first_thread, which is way too early!
[And thank god for fsck -b ...]
-rw-r--r-- | libdiskfs/init-first.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); } |