diff options
| author | Dan Williams <dan.j.williams@intel.com> | 2009-12-22 19:21:47 -0500 |
|---|---|---|
| committer | Dan Williams <dan.j.williams@intel.com> | 2009-12-22 19:21:47 -0500 |
| commit | f80ca163d65903276bec7045a484a79c0897eb2d (patch) | |
| tree | 97c7d61d43248b9db0757a76af80ff58b98b5599 /fs/exec.c | |
| parent | 0794ec8ce327ec74416b569b8fb1951274693700 (diff) | |
| parent | a6d52d70677e99bdb89b6921c265d0a58c22e597 (diff) | |
Merge branch 'ioat' into fixes
Diffstat (limited to 'fs/exec.c')
| -rw-r--r-- | fs/exec.c | 8 |
1 files changed, 3 insertions, 5 deletions
| @@ -624,10 +624,8 @@ int setup_arg_pages(struct linux_binprm *bprm, | |||
| 624 | /* Move stack pages down in memory. */ | 624 | /* Move stack pages down in memory. */ |
| 625 | if (stack_shift) { | 625 | if (stack_shift) { |
| 626 | ret = shift_arg_pages(vma, stack_shift); | 626 | ret = shift_arg_pages(vma, stack_shift); |
| 627 | if (ret) { | 627 | if (ret) |
| 628 | up_write(&mm->mmap_sem); | 628 | goto out_unlock; |
| 629 | return ret; | ||
| 630 | } | ||
| 631 | } | 629 | } |
| 632 | 630 | ||
| 633 | #ifdef CONFIG_STACK_GROWSUP | 631 | #ifdef CONFIG_STACK_GROWSUP |
| @@ -641,7 +639,7 @@ int setup_arg_pages(struct linux_binprm *bprm, | |||
| 641 | 639 | ||
| 642 | out_unlock: | 640 | out_unlock: |
| 643 | up_write(&mm->mmap_sem); | 641 | up_write(&mm->mmap_sem); |
| 644 | return 0; | 642 | return ret; |
| 645 | } | 643 | } |
| 646 | EXPORT_SYMBOL(setup_arg_pages); | 644 | EXPORT_SYMBOL(setup_arg_pages); |
| 647 | 645 | ||
