]> git.baikalelectronics.ru Git - kernel.git/commit
mm, counters: fold __sync_task_rss_stat() into sync_mm_rss()
authorDavid Rientjes <rientjes@google.com>
Wed, 21 Mar 2012 23:34:13 +0000 (16:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 22 Mar 2012 00:54:59 +0000 (17:54 -0700)
commit7f0248d6ed1832d3d49f083ec4e974a596ef18ad
tree3602d07d69e1b1b6d8a26f2b221705bb2862ee3c
parenta6af6eb9647bfa87588b52a6456e98d47a3f6927
mm, counters: fold __sync_task_rss_stat() into sync_mm_rss()

There's no difference between sync_mm_rss() and __sync_task_rss_stat(),
so fold the latter into the former.

Signed-off-by: David Rientjes <rientjes@google.com>
Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memory.c