diff options
Diffstat (limited to 'fs/exec.c')
-rw-r--r-- | fs/exec.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -56,6 +56,8 @@ | |||
56 | #include <linux/oom.h> | 56 | #include <linux/oom.h> |
57 | #include <linux/compat.h> | 57 | #include <linux/compat.h> |
58 | 58 | ||
59 | #include <litmus/litmus.h> | ||
60 | |||
59 | #include <asm/uaccess.h> | 61 | #include <asm/uaccess.h> |
60 | #include <asm/mmu_context.h> | 62 | #include <asm/mmu_context.h> |
61 | #include <asm/tlb.h> | 63 | #include <asm/tlb.h> |
@@ -1506,6 +1508,7 @@ static int do_execve_common(const char *filename, | |||
1506 | goto out_unmark; | 1508 | goto out_unmark; |
1507 | 1509 | ||
1508 | sched_exec(); | 1510 | sched_exec(); |
1511 | litmus_exec(); | ||
1509 | 1512 | ||
1510 | bprm->file = file; | 1513 | bprm->file = file; |
1511 | bprm->filename = filename; | 1514 | bprm->filename = filename; |