Thanks a lot ,guys,it helps to understand, and sorry for list-irrelevant questions.


On Wed, Feb 20, 2008 at 4:27 PM, Eric Sandeen <sandeen@redhat.com> wrote:
Eugene Goubine wrote:
> Where can I get an information about the order in which the modules are
> unloaded
> when the system shuts down.I am writing a module which is going to be
> sort of networking protocol
> so the unloading order is crucial for me.
> Thanks.

AFAIK modules aren't unloaded at all on shutdown.

If your module has dependencies on other modules, that's up to you to
take care of properly in your code.

And, since this isn't really related to the fedora kernel in particular,
I'm afraid this probably isn't really on-topic for this list...

-Eric