Subject: Re: VFS LKMs & pool_init() panic
To: Jaromir Dolecek <dolecek@ics.muni.cz>
From: Martin Husemann <martin@rumolt.teuto.de>
List: tech-kern
Date: 03/11/2000 20:28:57
> Solutions would be to add a new VFS routine, say vfs_done,
> which would be called from vfs_detach() - so that each
> filesystem would have a chance to clean up whatever it needs,
> before it's unloaded.

Wouldn't a general LKM-before-unload cleanup be better? And work for
other types of LKM's too ;-)

Are "destructors" called in LKM's, or does this work in userland only?


Martin