(no subject)

Patrick Mansfield (patmans@us.ibm.com)
Mon, 9 Sep 2002 17:20:39 -0700


In 2.5.34, in order to build a module that calls daemonize(), I had to
export reparent_to_init:

--- 1.45/kernel/ksyms.c Mon Sep 9 03:35:51 2002
+++ edited/kernel/ksyms.c Mon Sep 9 16:52:29 2002
@@ -521,6 +521,7 @@
EXPORT_SYMBOL(securebits);
EXPORT_SYMBOL(cap_bset);
EXPORT_SYMBOL(daemonize);
+EXPORT_SYMBOL(reparent_to_init);
EXPORT_SYMBOL(csum_partial); /* for networking and md */
EXPORT_SYMBOL(seq_escape);
EXPORT_SYMBOL(seq_printf);

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