[PATCH] mm: vm_stat_account unshackled
authorHugh Dickins <hugh@veritas.com>
Sun, 30 Oct 2005 01:15:56 +0000 (18:15 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 30 Oct 2005 04:40:37 +0000 (21:40 -0700)
commitab50b8ed818016cfecd747d6d4bb9139986bc029
tree33c666578c14dccce05b3f7a5538405098eebcc4
parent72866f6f277ec0ddd6df7a3b6ecdcf59a28de115
[PATCH] mm: vm_stat_account unshackled

The original vm_stat_account has fallen into disuse, with only one user, and
only one user of vm_stat_unaccount.  It's easier to keep track if we convert
them all to __vm_stat_account, then free it from its __shackles.

Signed-off-by: Hugh Dickins <hugh@veritas.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ia64/kernel/perfmon.c
arch/ia64/mm/fault.c
include/linux/mm.h
kernel/fork.c
mm/mmap.c
mm/mprotect.c
mm/mremap.c