diff options
author | Wei Yang <richard.weiyang@gmail.com> | 2020-06-04 00:59:08 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-06-04 05:09:45 +0200 |
commit | 01c0bfe061f309b848d51619f20495ee2acd7727 (patch) | |
tree | 5f72ca86d1f68ba33a4ae97981677dfefdc0e9d9 /README | |
parent | mm/page_alloc.c: use NODE_MASK_NONE in build_zonelists() (diff) | |
download | linux-01c0bfe061f309b848d51619f20495ee2acd7727.tar.xz linux-01c0bfe061f309b848d51619f20495ee2acd7727.zip |
mm: rename gfpflags_to_migratetype to gfp_migratetype for same convention
Pageblock migrate type is encoded in GFP flags, just as zone_type and
zonelist.
Currently we use gfp_zone() and gfp_zonelist() to extract related
information, it would be proper to use the same naming convention for
migrate type.
Signed-off-by: Wei Yang <richard.weiyang@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Pankaj Gupta <pankaj.gupta.linux@gmail.com>
Link: http://lkml.kernel.org/r/20200329080823.7735-1-richard.weiyang@gmail.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions