diff options
Diffstat (limited to 'mm/mmu_context.c')
| -rw-r--r-- | mm/mmu_context.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/mmu_context.c b/mm/mmu_context.c index 0777654147c..9e82e937000 100644 --- a/mm/mmu_context.c +++ b/mm/mmu_context.c @@ -53,6 +53,7 @@ void unuse_mm(struct mm_struct *mm)  	struct task_struct *tsk = current;  	task_lock(tsk); +	sync_mm_rss(tsk, mm);  	tsk->mm = NULL;  	/* active_mm is still 'mm' */  	enter_lazy_tlb(mm, tsk);  |