]> git.karo-electronics.de Git - karo-tx-linux.git/commit
proc: remove mm_for_maps()
authorCong Wang <xiyou.wangcong@gmail.com>
Thu, 3 May 2012 05:44:40 +0000 (15:44 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 3 May 2012 05:46:55 +0000 (15:46 +1000)
commitee2c66e0fd09a725c394a88d9ef972bb5de0dfc4
tree822a18f823b3e50735b47b6f8451a4db4aa54ad3
parent9e7cc5e9b5d78524611d0bb06db151a316d04ccf
proc: remove mm_for_maps()

mm_for_maps() is a simple wrapper for mm_access(), and the name is
misleading, so just remove it and use mm_access() directly.

Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Acked-by: Hugh Dickins <hughd@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/proc/base.c
fs/proc/internal.h
fs/proc/task_mmu.c
fs/proc/task_nommu.c