diff options
-rw-r--r-- | fs/exec.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1004,6 +1004,7 @@ char *get_task_comm(char *buf, struct task_struct *tsk) | |||
1004 | task_unlock(tsk); | 1004 | task_unlock(tsk); |
1005 | return buf; | 1005 | return buf; |
1006 | } | 1006 | } |
1007 | EXPORT_SYMBOL_GPL(get_task_comm); | ||
1007 | 1008 | ||
1008 | void set_task_comm(struct task_struct *tsk, char *buf) | 1009 | void set_task_comm(struct task_struct *tsk, char *buf) |
1009 | { | 1010 | { |