patch-2.4.5 linux/kernel/kmod.c
Next file: linux/kernel/ksyms.c
Previous file: linux/kernel/fork.c
Back to the patch index
Back to the overall index
- Lines: 29
- Date:
Tue May 1 16:05:00 2001
- Orig file:
v2.4.4/linux/kernel/kmod.c
- Orig date:
Sat Dec 30 18:16:13 2000
diff -u --recursive --new-file v2.4.4/linux/kernel/kmod.c linux/kernel/kmod.c
@@ -157,19 +157,18 @@
}
/**
- * request_module - try to load a kernel module
- * @module_name: Name of module
+ * request_module - try to load a kernel module
+ * @module_name: Name of module
*
- * Load a module using the user mode module loader. The function returns
- * zero on success or a negative errno code on failure. Note that a
- * successful module load does not mean the module did not then unload
- * and exit on an error of its own. Callers must check that the service
- * they requested is now available not blindly invoke it.
+ * Load a module using the user mode module loader. The function returns
+ * zero on success or a negative errno code on failure. Note that a
+ * successful module load does not mean the module did not then unload
+ * and exit on an error of its own. Callers must check that the service
+ * they requested is now available not blindly invoke it.
*
- * If module auto-loading support is disabled then this function
- * becomes a no-operation.
+ * If module auto-loading support is disabled then this function
+ * becomes a no-operation.
*/
-
int request_module(const char * module_name)
{
pid_t pid;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)