diff options
author | Mike Rapoport <rppt@linux.ibm.com> | 2019-03-12 09:30:50 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-03-12 20:04:02 +0300 |
commit | c9a688a3e918c4eb4f3916ff99a6dae8995af41b (patch) | |
tree | 29faf621dd594f941023178df41afdcc6fe2c58c /mm/vmstat.c | |
parent | fe145124dbe53c86bf32b941b2f2f88f891d985d (diff) | |
download | linux-c9a688a3e918c4eb4f3916ff99a6dae8995af41b.tar.xz |
memblock: split checks whether a region should be skipped to a helper function
__next_mem_range() and __next_mem_range_rev() duplicate the code that
checks whether a region should be skipped because of node or flags
incompatibility.
Split this code into a helper function.
Link: http://lkml.kernel.org/r/1549455025-17706-3-git-send-email-rppt@linux.ibm.com
Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Michal Hocko <mhocko@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/vmstat.c')
0 files changed, 0 insertions, 0 deletions