summaryrefslogtreecommitdiffstats
path: root/mm/mempolicy.c
diff options
context:
space:
mode:
authorJoonsoo Kim2016-07-27 00:24:01 +0200
committerLinus Torvalds2016-07-27 01:19:19 +0200
commite3a2713c3cfa9c41fac57447533079d8da23319b (patch)
tree1f5545696b41969571ef78903712ad02e8fec61f /mm/mempolicy.c
parentmm/page_alloc: introduce post allocation processing on page allocator (diff)
downloadkernel-qcow2-linux-e3a2713c3cfa9c41fac57447533079d8da23319b.tar.gz
kernel-qcow2-linux-e3a2713c3cfa9c41fac57447533079d8da23319b.tar.xz
kernel-qcow2-linux-e3a2713c3cfa9c41fac57447533079d8da23319b.zip
mm/page_isolation: clean up confused code
When there is an isolated_page, post_alloc_hook() is called with page but __free_pages() is called with isolated_page. Since they are the same so no problem but it's very confusing. To reduce it, this patch changes isolated_page to boolean type and uses page variable consistently. Link: http://lkml.kernel.org/r/1466150259-27727-10-git-send-email-iamjoonsoo.kim@lge.com Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@lge.com> Acked-by: Vlastimil Babka <vbabka@suse.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/mempolicy.c')
0 files changed, 0 insertions, 0 deletions