diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/exec.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -718,6 +718,7 @@ static int exec_mmap(struct mm_struct *mm) | |||
718 | /* Notify parent that we're no longer interested in the old VM */ | 718 | /* Notify parent that we're no longer interested in the old VM */ |
719 | tsk = current; | 719 | tsk = current; |
720 | old_mm = current->mm; | 720 | old_mm = current->mm; |
721 | sync_mm_rss(tsk, old_mm); | ||
721 | mm_release(tsk, old_mm); | 722 | mm_release(tsk, old_mm); |
722 | 723 | ||
723 | if (old_mm) { | 724 | if (old_mm) { |