]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: rename page struct field helpers
authorMel Gorman <mgorman@suse.de>
Thu, 7 Feb 2013 01:26:59 +0000 (12:26 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 18 Feb 2013 05:46:46 +0000 (16:46 +1100)
commit72eddc4f622137df3de3abb7663474ccbcb66f58
tree1657ceb877dcaf1c9d477d6e369e8c1038f4e98d
parent8d0127bc0f2288bdc6ebe1e2392c9be098798c14
mm: rename page struct field helpers

The function names page_xchg_last_nid(), page_last_nid() and
reset_page_last_nid() were judged to be inconsistent so rename them to a
struct_field_op style pattern.  As it looked jarring to have
reset_page_mapcount() and page_nid_reset_last() beside each other in
memmap_init_zone(), this patch also renames reset_page_mapcount() to
page_mapcount_reset().  There are others like init_page_count() but as it
is used throughout the arch code a rename would likely cause more
conflicts than it is worth.

Signed-off-by: Mel Gorman <mgorman@suse.de>
Suggested-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/staging/zsmalloc/zsmalloc-main.c
include/linux/mm.h
mm/huge_memory.c
mm/mempolicy.c
mm/migrate.c
mm/mmzone.c
mm/page_alloc.c
mm/slob.c
mm/slub.c