Re: Notification about a shutdown
Re: Notification about a shutdown
- Subject: Re: Notification about a shutdown
- From: Michael Smith <email@hidden>
- Date: Mon, 12 Jan 2009 20:33:08 -0800
On Jan 12, 2009, at 8:35 AM, Alexander Obuschenko wrote:
I'm developing an IOKit kext (my kext's class is derived directly
from the IOService) that opens some files (vnode_open(...)) on the
root filesystem.
These files must be closed (vnode_close(...)) before the system
tries to unmount the root volume (if these files are not closed an
unmount will fail).
This is just another reason why you should not do this.
If you want to participate in the lifecycle of things like
applications, you should be an application.
= Mike
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden