linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] export kernel call set_task_comm()
@ 2012-05-31  7:16 majianpeng
  2012-05-31 16:00 ` Al Viro
       [not found] ` <201206010911269377891@gmail.com>
  0 siblings, 2 replies; 5+ messages in thread
From: majianpeng @ 2012-05-31  7:16 UTC (permalink / raw)
  To: viro; +Cc: linux-fsdevel

In Commit 7d74f492e4dd0034a61458eb80f70b1d2862ed07,author said:
"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 get_task_comm() call, causing code
duplication in the Linux source tree."

But author did not say about set_task_comm().At present,I used it but
compiled error.To the same purpose, it should export.

Signed-off-by: majianpeng <majianpeng@gmail.com>
---
 fs/exec.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fs/exec.c b/fs/exec.c
index 52c9e2f..2b0178b 100644
--- a/fs/exec.c
+++ b/fs/exec.c
@@ -1072,6 +1072,7 @@ void set_task_comm(struct task_struct *tsk, char *buf)
 	task_unlock(tsk);
 	perf_event_comm(tsk);
 }
+EXPORT_SYMBOL_GPL(set_task_comm);
 
 static void filename_to_taskname(char *tcomm, const char *fn, unsigned int len)
 {
-- 
1.7.5.4

 				
--------------
majianpeng
2012-05-31


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-06-01  2:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-31  7:16 [PATCH] export kernel call set_task_comm() majianpeng
2012-05-31 16:00 ` Al Viro
2012-06-01  1:15   ` majianpeng
     [not found] ` <201206010911269377891@gmail.com>
2012-06-01  1:24   ` Al Viro
2012-06-01  2:13     ` majianpeng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).