summaryrefslogtreecommitdiff
path: root/ext2fs/ext2fs.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-11-06 22:53:30 +0000
committerMiles Bader <miles@gnu.org>1995-11-06 22:53:30 +0000
commit39340549ed60aadf02fd58ecccb7df0eee8e3845 (patch)
tree97c23734481371a6d3e8ce53abaf625449ba1f06 /ext2fs/ext2fs.c
parent530ab7d24509b2be4065f9e4dc9c63d26d4ff121 (diff)
(main): Add FLAGS arg to diskfs_startup_diskfs call.
Diffstat (limited to 'ext2fs/ext2fs.c')
-rw-r--r--ext2fs/ext2fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext2fs/ext2fs.c b/ext2fs/ext2fs.c
index fce68381..1d2d1722 100644
--- a/ext2fs/ext2fs.c
+++ b/ext2fs/ext2fs.c
@@ -129,7 +129,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 so we die, leaving others to do the real work. */
cthread_exit (0);