diff --git a/[refs] b/[refs] index ab197f102462..b38e61b45d76 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e0f263d719cc70245406cc26d86a480925e6a3c9 +refs/heads/master: 7d74f492e4dd0034a61458eb80f70b1d2862ed07 diff --git a/trunk/fs/exec.c b/trunk/fs/exec.c index 5e62d26a4fec..7de94950a5b4 100644 --- a/trunk/fs/exec.c +++ b/trunk/fs/exec.c @@ -1004,6 +1004,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) {