diff options
author | Cong Wang <xiyou.wangcong@gmail.com> | 2012-05-31 19:26:17 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-05-31 20:49:28 -0400 |
commit | e7dcd9990e42ccfc798d4eb55e2dbf9d7d434c6b (patch) | |
tree | ab9d03a5caa1e3fa5b65a9614f699a05632d33c6 /fs/proc/internal.h | |
parent | b409e578d9a4ec95913e06d8fea2a33f1754ea69 (diff) |
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/proc/internal.h')
-rw-r--r-- | fs/proc/internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/proc/internal.h b/fs/proc/internal.h index 5f79bb8b4c60..a30643784db5 100644 --- a/fs/proc/internal.h +++ b/fs/proc/internal.h | |||
@@ -31,8 +31,6 @@ struct vmalloc_info { | |||
31 | unsigned long largest_chunk; | 31 | unsigned long largest_chunk; |
32 | }; | 32 | }; |
33 | 33 | ||
34 | extern struct mm_struct *mm_for_maps(struct task_struct *); | ||
35 | |||
36 | #ifdef CONFIG_MMU | 34 | #ifdef CONFIG_MMU |
37 | #define VMALLOC_TOTAL (VMALLOC_END - VMALLOC_START) | 35 | #define VMALLOC_TOTAL (VMALLOC_END - VMALLOC_START) |
38 | extern void get_vmalloc_info(struct vmalloc_info *vmi); | 36 | extern void get_vmalloc_info(struct vmalloc_info *vmi); |