From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <7195f13865b12345b616627c0edf7651@plan9.bell-labs.com> From: presotto@plan9.bell-labs.com To: 9fans@cse.psu.edu Subject: Re: [9fans] panic(?) and error(?) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Sun, 25 Aug 2002 10:43:27 -0400 Topicbox-Message-UUID: df835f10-eaca-11e9-9e20-41e7f4b1d025 Error() in upas/fs.c just exits the process after printing a message. I didn't use sysfatal() because I want to kill off the entire process group on error and sysfatal doesn't. If I'ld used the thread package I wouldn't have needed to do it that way. It is totally unrelated to the error() in the kernel nor error() in 9660srv. They implements an exception stack so that they can cleanly back out of errors without crashing. The similarity in name implies nothing about similarity in function.