From 7d93b507215352c03999cb38be577c87693b9bc3 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Wed, 25 Apr 2012 11:03:05 +1000 Subject: [PATCH] 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 --- kernel/fork.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.5