mm/page_alloc: integrate classzone_idx and high_zoneidx
classzone_idx is just different name for high_zoneidx now. So, integrate them and add some comment to struct alloc_context in order to reduce future confusion about the meaning of this variable. The accessor, ac_classzone_idx() is also removed since it isn't needed after integration. In addition to integration, this patch also renames high_zoneidx to highest_zoneidx since it represents more precise meaning. Signed-off-by:Joonsoo Kim <iamjoonsoo.kim@lge.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Reviewed-by:
Baoquan He <bhe@redhat.com> Acked-by:
Vlastimil Babka <vbabka@suse.cz> Acked-by:
David Rientjes <rientjes@google.com> Cc: Johannes Weiner <hannes@cmpxchg.org> Cc: Mel Gorman <mgorman@techsingularity.net> Cc: Michal Hocko <mhocko@kernel.org> Cc: Minchan Kim <minchan@kernel.org> Cc: Ye Xiaolong <xiaolong.ye@intel.com> Link: http://lkml.kernel.org/r/1587095923-7515-3-git-send-email-iamjoonsoo.kim@lge.com Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- include/linux/compaction.h 5 additions, 4 deletionsinclude/linux/compaction.h
- include/linux/mmzone.h 6 additions, 6 deletionsinclude/linux/mmzone.h
- include/trace/events/compaction.h 13 additions, 9 deletionsinclude/trace/events/compaction.h
- include/trace/events/vmscan.h 9 additions, 5 deletionsinclude/trace/events/vmscan.h
- mm/compaction.c 32 additions, 32 deletionsmm/compaction.c
- mm/internal.h 15 additions, 6 deletionsmm/internal.h
- mm/memory_hotplug.c 3 additions, 3 deletionsmm/memory_hotplug.c
- mm/oom_kill.c 2 additions, 2 deletionsmm/oom_kill.c
- mm/page_alloc.c 31 additions, 29 deletionsmm/page_alloc.c
- mm/slab.c 2 additions, 2 deletionsmm/slab.c
- mm/slub.c 2 additions, 2 deletionsmm/slub.c
- mm/vmscan.c 55 additions, 50 deletionsmm/vmscan.c
Loading
Please register or sign in to comment