OSDN Git Service

mm/compaction.c: add an is_via_compact_memory() helper
authorYaowei Bai <bywxiaobai@163.com>
Fri, 6 Nov 2015 02:47:20 +0000 (18:47 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 6 Nov 2015 03:34:48 +0000 (19:34 -0800)
commit21c527a3cba07f9a9ce17b3a445f110a847793e2
treea87e5607b438dce4fce6c1cc49a6759d37e38712
parent29d06bbb41595f82db309a5516426ef8bd0f27b7
mm/compaction.c: add an is_via_compact_memory() helper

Introduce is_via_compact_memory() helper indicating compacting via
/proc/sys/vm/compact_memory to improve readability.

To catch this situation in __compaction_suitable, use order as parameter
directly instead of using struct compact_control.

This patch has no functional changes.

Signed-off-by: Yaowei Bai <bywxiaobai@163.com>
Cc: Mel Gorman <mgorman@techsingularity.net>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/compaction.c