[PATCH] get/put_task_struct

From: Frank Cornelis (Frank.Cornelis@elis.ugent.be)
Date: Mon Aug 04 2003 - 07:54:13 EST


Hi,

In order to be able to safely manipulate a task_struct from within a
module one should use get/put_task_struct. This is currently not
possible because __put_task_struct is not exported. Next patch solves
this issue.

Frank.

--- linux-2.6.0-test2.orig/kernel/ksyms.c 2003-07-29 10:04:45.000000000 +0200
+++ linux-2.6.0-test2/kernel/ksyms.c 2003-07-29 14:11:40.000000000 +0200
@@ -495,6 +495,7 @@
 #if !defined(__ia64__)
 EXPORT_SYMBOL(loops_per_jiffy);
 #endif
+EXPORT_SYMBOL(__put_task_struct);
 

 /* misc */

-
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/



This archive was generated by hypermail 2b29 : Thu Aug 07 2003 - 22:00:23 EST