diff options
Diffstat (limited to 'fs/exec.c')
-rw-r--r-- | fs/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -209,7 +209,7 @@ static struct page *get_arg_page(struct linux_binprm *bprm, unsigned long pos, | |||
209 | * doing the exec and bprm->mm is the new process's mm. | 209 | * doing the exec and bprm->mm is the new process's mm. |
210 | */ | 210 | */ |
211 | ret = get_user_pages_remote(current, bprm->mm, pos, 1, gup_flags, | 211 | ret = get_user_pages_remote(current, bprm->mm, pos, 1, gup_flags, |
212 | &page, NULL); | 212 | &page, NULL, NULL); |
213 | if (ret <= 0) | 213 | if (ret <= 0) |
214 | return NULL; | 214 | return NULL; |
215 | 215 | ||