1
0
Fork 0
alistair23-linux/drivers/staging/zsmalloc
Mel Gorman 22b751c3d0 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>
2013-02-23 17:50:18 -08:00
..
Kconfig staging: zsmalloc: remove x86 dependency 2012-07-09 11:34:59 -07:00
Makefile staging: zsmalloc: zsmalloc memory allocation library 2012-02-08 17:12:53 -08:00
zsmalloc-main.c mm: rename page struct field helpers 2013-02-23 17:50:18 -08:00
zsmalloc.h staging: zsmalloc: remove unused pool name 2013-01-30 18:22:41 +01:00