summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-11-06 21:14:46 +0000
committerMiles Bader <miles@gnu.org>1995-11-06 21:14:46 +0000
commita887c546532151869086ac0cd5313adf51d4296c (patch)
tree08a239216028ccafc6cda8eaf3f67b37da7faf1a
parent7c9370776b72618d6140ffcc1c090348206185f7 (diff)
(main): Add FLAGS arg to diskfs_startup_diskfs call.
-rw-r--r--ufs/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/main.c b/ufs/main.c
index 5a447f94..bb002208 100644
--- a/ufs/main.c
+++ b/ufs/main.c
@@ -122,7 +122,7 @@ main (int argc, char **argv)
/* Now that we are all set up to handle requests, and diskfs_root_node is
set properly, it is safe to export our fsys control port to the
outside world. */
- diskfs_startup_diskfs (bootstrap);
+ diskfs_startup_diskfs (bootstrap, 0);
/* And this thread is done with its work. */
cthread_exit (0);