diff options
Diffstat (limited to 'fs/exec.c')
-rw-r--r-- | fs/exec.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1051,6 +1051,7 @@ char *get_task_comm(char *buf, struct task_struct *tsk) | |||
1051 | task_unlock(tsk); | 1051 | task_unlock(tsk); |
1052 | return buf; | 1052 | return buf; |
1053 | } | 1053 | } |
1054 | EXPORT_SYMBOL_GPL(get_task_comm); | ||
1054 | 1055 | ||
1055 | void set_task_comm(struct task_struct *tsk, char *buf) | 1056 | void set_task_comm(struct task_struct *tsk, char *buf) |
1056 | { | 1057 | { |