diff options
Diffstat (limited to 'fs/exec.c')
-rw-r--r-- | fs/exec.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -951,6 +951,7 @@ void set_task_comm(struct task_struct *tsk, char *buf) | |||
951 | task_lock(tsk); | 951 | task_lock(tsk); |
952 | strlcpy(tsk->comm, buf, sizeof(tsk->comm)); | 952 | strlcpy(tsk->comm, buf, sizeof(tsk->comm)); |
953 | task_unlock(tsk); | 953 | task_unlock(tsk); |
954 | perf_counter_comm(tsk); | ||
954 | } | 955 | } |
955 | 956 | ||
956 | int flush_old_exec(struct linux_binprm * bprm) | 957 | int flush_old_exec(struct linux_binprm * bprm) |