The patch titled Subject: mm-compaction-abstract-compaction-feedback-to-helpers-fix has been removed from the -mm tree. Its filename was mm-compaction-abstract-compaction-feedback-to-helpers-fix.patch This patch was dropped because it was folded into mm-compaction-abstract-compaction-feedback-to-helpers.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-compaction-abstract-compaction-feedback-to-helpers-fix fix typo in comment, per Hillf Cc: Hillf Danton <hillf.zj@xxxxxxxxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/compaction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/compaction.h~mm-compaction-abstract-compaction-feedback-to-helpers-fix include/linux/compaction.h --- a/include/linux/compaction.h~mm-compaction-abstract-compaction-feedback-to-helpers-fix +++ a/include/linux/compaction.h @@ -95,7 +95,7 @@ static inline bool compaction_made_progr /* Compaction has failed and it doesn't make much sense to keep retrying. */ static inline bool compaction_failed(enum compact_result result) { - /* All zones where scanned completely and still not result. */ + /* All zones were scanned completely and still not result. */ if (result == COMPACT_COMPLETE) return true; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-compaction-abstract-compaction-feedback-to-helpers.patch mm-oom-compaction-prevent-from-should_compact_retry-looping-for-ever-for-costly-orders-fix.patch mm-oom-protect-costly-allocations-some-more-for-config_compaction-checkpatch-fixes.patch vmstat-get-rid-of-the-ugly-cpu_stat_off-variable-v2-fix.patch mm-compact-fix-zoneindex-in-compact-fix.patch procfs-fixes-pthread-cross-thread-naming-if-pr_dumpable-fix.patch exit_thread-remove-empty-bodies-fix.patch exit_thread-accept-a-task-parameter-to-be-exited-checkpatch-fixes.patch lib-gcd-use-binary-gcd-algorithm-instead-of-euclidean-fix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html