The module has to register its functions in some list when the module
is loaded and unregister on unload. Kernel code cannot access module
code by name because that forces the code to be linked with the kernel.
As an example, see any fs module for [un]register_filesystem.
-
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/