From a887c546532151869086ac0cd5313adf51d4296c Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 6 Nov 1995 21:14:46 +0000 Subject: (main): Add FLAGS arg to diskfs_startup_diskfs call. --- ufs/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ufs/main.c') 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); -- cgit v1.2.3