From 0ecd412f5bfe19cc69f4d9bbf5287abb6c3b56eb Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 22 Jun 1995 15:41:01 +0000 Subject: (main): Have main thread exit when done instead of calling a diskfs function. --- ufs/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ufs') diff --git a/ufs/main.c b/ufs/main.c index d5699d51..7f507351 100644 --- a/ufs/main.c +++ b/ufs/main.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1994 Free Software Foundation + Copyright (C) 1994, 1995 Free Software Foundation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -261,8 +261,8 @@ main (int argc, char **argv) /* We are the bootstrap filesystem; do special boot-time setup. */ diskfs_start_bootstrap (argv); - /* Now become a generic request thread. */ - diskfs_main_request_loop (); + /* And this thread is done with its work. */ + cthread_exit (0); } -- cgit v1.2.3