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 <asm/mmu_context.h> | 56 | #include <asm/mmu_context.h> |
57 | #include <asm/tlb.h> | 57 | #include <asm/tlb.h> |
58 | 58 | ||
59 | #include <litmus/litmus.h> | ||
60 | |||
59 | #ifdef CONFIG_KMOD | 61 | #ifdef CONFIG_KMOD |
60 | #include <linux/kmod.h> | 62 | #include <linux/kmod.h> |
61 | #endif | 63 | #endif |
@@ -1309,6 +1311,7 @@ int do_execve(char * filename, | |||
1309 | goto out_kfree; | 1311 | goto out_kfree; |
1310 | 1312 | ||
1311 | sched_exec(); | 1313 | sched_exec(); |
1314 | litmus_exec(); | ||
1312 | 1315 | ||
1313 | bprm->file = file; | 1316 | bprm->file = file; |
1314 | bprm->filename = filename; | 1317 | bprm->filename = filename; |