diff options
Diffstat (limited to 'fs/exec.c')
-rw-r--r-- | fs/exec.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1424,7 +1424,6 @@ static int exec_binprm(struct linux_binprm *bprm) | |||
1424 | audit_bprm(bprm); | 1424 | audit_bprm(bprm); |
1425 | trace_sched_process_exec(current, old_pid, bprm); | 1425 | trace_sched_process_exec(current, old_pid, bprm); |
1426 | ptrace_event(PTRACE_EVENT_EXEC, old_vpid); | 1426 | ptrace_event(PTRACE_EVENT_EXEC, old_vpid); |
1427 | current->did_exec = 1; | ||
1428 | proc_exec_connector(current); | 1427 | proc_exec_connector(current); |
1429 | } | 1428 | } |
1430 | 1429 | ||