diff options
Diffstat (limited to 'fs/compat.c')
-rw-r--r-- | fs/compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/compat.c b/fs/compat.c index b543363dd62..55efdfebdf5 100644 --- a/fs/compat.c +++ b/fs/compat.c | |||
@@ -1441,7 +1441,7 @@ int compat_do_execve(char * filename, | |||
1441 | bprm->cred = prepare_exec_creds(); | 1441 | bprm->cred = prepare_exec_creds(); |
1442 | if (!bprm->cred) | 1442 | if (!bprm->cred) |
1443 | goto out_unlock; | 1443 | goto out_unlock; |
1444 | check_unsafe_exec(bprm, current->files); | 1444 | check_unsafe_exec(bprm); |
1445 | 1445 | ||
1446 | file = open_exec(filename); | 1446 | file = open_exec(filename); |
1447 | retval = PTR_ERR(file); | 1447 | retval = PTR_ERR(file); |