]> www.infradead.org Git - users/willy/linux.git/commit
mm/page_alloc.c: change the order of MIGRATE_RECLAIMABLE/MIGRATE_MOVABLE in fallbacks
authorHuang Shijie <sjhuang@iluvatar.ai>
Wed, 5 Dec 2018 00:13:39 +0000 (11:13 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 5 Dec 2018 00:13:39 +0000 (11:13 +1100)
commit043f0bb4e35246a5d314e461bbfefd1a41a0258a
tree14cc79c88efe674cf4fdce9c837e77cd3767cdbc
parent4aeb5d9f403a48efeded3d2afe61ec5b79cf0deb
mm/page_alloc.c: change the order of MIGRATE_RECLAIMABLE/MIGRATE_MOVABLE in fallbacks

In the enum migratetype definition, MIGRATE_MOVABLE is before
MIGRATE_RECLAIMABLE.  Change the order of them to match the enumeration's
order.

Link: http://lkml.kernel.org/r/20181121085821.3442-1-sjhuang@iluvatar.ai
Signed-off-by: Huang Shijie <sjhuang@iluvatar.ai>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
mm/page_alloc.c