summaryrefslogtreecommitdiffstats
path: root/fs/exec.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2012-06-07 15:05:43 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2012-06-07 15:05:43 -0700
commit46edaedaf3842164281d0f86c41bc152f4b4d32e (patch)
treef1f3d2c9aa8ef73a9c46bf8519be635a972f4439 /fs/exec.c
parent513335f964a17bd99a699b939391eb111aa5f65b (diff)
parent40af1bbdca47e5c8a2044039bb78ca8fd8b20f94 (diff)
downloadop-kernel-dev-46edaedaf3842164281d0f86c41bc152f4b4d32e.zip
op-kernel-dev-46edaedaf3842164281d0f86c41bc152f4b4d32e.tar.gz
Merge branch 'akpm' (Andrew's fixups)
Merge random fixes from Andrew Morton. * emailed from Andrew Morton <akpm@linux-foundation.org>: (11 patches) mm: correctly synchronize rss-counters at exit/exec btree: catch NULL value before it does harm btree: fix tree corruption in btree_get_prev() ipc: shm: restore MADV_REMOVE functionality on shared memory segments drivers/platform/x86/acerhdf.c: correct Boris' mail address c/r: prctl: drop VMA flags test on PR_SET_MM_ stack data assignment c/r: prctl: add ability to get clear_tid_address c/r: prctl: add minimal address test to PR_SET_MM c/r: prctl: update prctl_set_mm_exe_file() after mm->num_exe_file_vmas removal MAINTAINERS: whitespace fixes shmem: replace_page must flush_dcache and others
Diffstat (limited to 'fs/exec.c')
-rw-r--r--fs/exec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/exec.c b/fs/exec.c
index a79786a..b926ed1 100644
--- a/fs/exec.c
+++ b/fs/exec.c
@@ -819,7 +819,6 @@ static int exec_mmap(struct mm_struct *mm)
/* Notify parent that we're no longer interested in the old VM */
tsk = current;
old_mm = current->mm;
- sync_mm_rss(old_mm);
mm_release(tsk, old_mm);
if (old_mm) {
OpenPOWER on IntegriCloud