patch-2.3.99-pre1 linux/kernel/module.c

Next file: linux/kernel/pm.c
Previous file: linux/kernel/fork.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.51/linux/kernel/module.c linux/kernel/module.c
@@ -1038,4 +1038,9 @@
 	return -ENOSYS;
 }
 
+int try_inc_mod_count(struct module *mod)
+{
+	return 1;
+}
+
 #endif	/* CONFIG_MODULES */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)