-
- Downloads
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. [akpm@linux-foundation.org: fix zcache] 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> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- drivers/staging/zcache/zbud.c 1 addition, 1 deletiondrivers/staging/zcache/zbud.c
- drivers/staging/zsmalloc/zsmalloc-main.c 1 addition, 1 deletiondrivers/staging/zsmalloc/zsmalloc-main.c
- include/linux/mm.h 10 additions, 10 deletionsinclude/linux/mm.h
- mm/huge_memory.c 1 addition, 1 deletionmm/huge_memory.c
- mm/mempolicy.c 1 addition, 1 deletionmm/mempolicy.c
- mm/migrate.c 2 additions, 2 deletionsmm/migrate.c
- mm/mmzone.c 2 additions, 2 deletionsmm/mmzone.c
- mm/page_alloc.c 5 additions, 5 deletionsmm/page_alloc.c
- mm/slob.c 1 addition, 1 deletionmm/slob.c
- mm/slub.c 1 addition, 1 deletionmm/slub.c
Loading
Please register or sign in to comment