* [PATCH 01/10] export kernel call get_task_comm().
@ 2011-02-24 18:06 james_p_freyensee
0 siblings, 0 replies; only message in thread
From: james_p_freyensee @ 2011-02-24 18:06 UTC (permalink / raw)
To: gregkh; +Cc: linux-kernel, suhail.ahmed, james_p_freyensee, christophe.guerard
From: J Freyensee <james_p_freyensee@linux.intel.com>
This allows drivers who call this function to be compiled modularly.
Otherwise, a driver who is interested in this type of functionality
has to implement their own.
Signed-off-by: J Freyensee <james_p_freyensee@linux.intel.com>
---
fs/exec.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/fs/exec.c b/fs/exec.c
index c62efcb..7b209f9 100644
--- a/fs/exec.c
+++ b/fs/exec.c
@@ -998,6 +998,7 @@ char *get_task_comm(char *buf, struct task_struct *tsk)
task_unlock(tsk);
return buf;
}
+EXPORT_SYMBOL_GPL(get_task_comm);
void set_task_comm(struct task_struct *tsk, char *buf)
{
--
1.7.2.3
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-02-24 18:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-24 18:06 [PATCH 01/10] export kernel call get_task_comm() james_p_freyensee
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome