aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/exec.c')
-rw-r--r--fs/exec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/exec.c b/fs/exec.c
index c016896dcbb2..c1cf372f17a7 100644
--- a/fs/exec.c
+++ b/fs/exec.c
@@ -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}
1054EXPORT_SYMBOL_GPL(get_task_comm);
1054 1055
1055void set_task_comm(struct task_struct *tsk, char *buf) 1056void set_task_comm(struct task_struct *tsk, char *buf)
1056{ 1057{