From: Andrew Morton Date: Wed, 25 Apr 2012 01:03:05 +0000 (+1000) Subject: mm-correctly-synchronize-rss-counters-at-exit-exec-fix X-Git-Tag: next-20120430~2^2~210 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7d93b507215352c03999cb38be577c87693b9bc3;p=karo-tx-linux.git mm-correctly-synchronize-rss-counters-at-exit-exec-fix tweak comment Cc: Hugh Dickins Cc: KAMEZAWA Hiroyuki Cc: Konstantin Khlebnikov Cc: Markus Trippelsdorf Cc: Oleg Nesterov Signed-off-by: Andrew Morton --- diff --git a/kernel/fork.c b/kernel/fork.c index b5767a964c10..04e57a78a3e7 100644 --- a/kernel/fork.c +++ b/kernel/fork.c @@ -784,8 +784,8 @@ void mm_release(struct task_struct *tsk, struct mm_struct *mm) } /* - * Final rss-counter synchronization. After this point must be - * no page-faults into this mm from current context, otherwise + * Final rss-counter synchronization. After this point there must be + * no pagefaults into this mm from the current context. Otherwise * mm->rss_stat will be inconsistent. */ if (mm)