diff options
| author | 2009-02-09 10:32:48 +0100 | |
|---|---|---|
| committer | 2009-02-09 10:32:48 +0100 | |
| commit | 4ad476e11f94fd3724c6e272d8220e99cd222b27 (patch) | |
| tree | a8684d4ecbfe1d2b2b1e29ed74de65394ad21b43 /fs/compat.c | |
| parent | ring_buffer: remove unused flags parameter, fix (diff) | |
| parent | Linux 2.6.29-rc4 (diff) | |
| download | linux-dev-4ad476e11f94fd3724c6e272d8220e99cd222b27.tar.xz linux-dev-4ad476e11f94fd3724c6e272d8220e99cd222b27.zip | |
Merge commit 'v2.6.29-rc4' into tracing/core
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 65a070e705ab..d0145ca27572 100644 --- a/fs/compat.c +++ b/fs/compat.c @@ -1407,7 +1407,7 @@ int compat_do_execve(char * filename, bprm->cred = prepare_exec_creds(); if (!bprm->cred) goto out_unlock; - check_unsafe_exec(bprm); + check_unsafe_exec(bprm, current->files); file = open_exec(filename); retval = PTR_ERR(file); |
