Re: [patch-2.4.0-test5-pre4] fs/nfsd/nfsctl.c cleanup (module related)

From: Keith Owens (kaos@ocs.com.au)
Date: Mon Jul 24 2000 - 06:59:23 EST


On Mon, 24 Jul 2000 12:34:52 +0100 (BST),
Tigran Aivazian <tigran@veritas.com> wrote:
>can a module's
>cleanup routine be invoked while the module is in use?

Not from module.c. All calls to free_module() are checked for
__MOD_IN_USE() first. I have seen explicit calls to free_module() from
some hacking code but that is when the user knows that they want to
force remove a module. Patch is fine.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Jul 31 2000 - 21:00:16 EST