diff options
Diffstat (limited to 'fs/exec.c')
-rw-r--r-- | fs/exec.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -964,6 +964,8 @@ int flush_old_exec(struct linux_binprm * bprm) | |||
964 | if (retval) | 964 | if (retval) |
965 | goto out; | 965 | goto out; |
966 | 966 | ||
967 | set_mm_exe_file(bprm->mm, bprm->file); | ||
968 | |||
967 | /* | 969 | /* |
968 | * Release all of the old mmap stuff | 970 | * Release all of the old mmap stuff |
969 | */ | 971 | */ |