]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm-correctly-synchronize-rss-counters-at-exit-exec-fix
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 25 Apr 2012 01:03:05 +0000 (11:03 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 30 Apr 2012 05:17:07 +0000 (15:17 +1000)
tweak comment

Cc: Hugh Dickins <hughd@google.com>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>
Cc: Markus Trippelsdorf <markus@trippelsdorf.de>
Cc: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/fork.c

index b5767a964c1033f83528e32c2e444170b858ab3e..04e57a78a3e70e19490f7353792de793da0c6d49 100644 (file)
@@ -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)