Re: [PATCH v3 2/7] mm/compaction: remove unused defer_compaction() in compaction.h

2015-12-04 Thread Vlastimil Babka
On 12/03/2015 08:11 AM, Joonsoo Kim wrote: It's not used externally. Remove it in compaction.h. Signed-off-by: Joonsoo Kim Acked-by: Vlastimil Babka -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordom

[PATCH v3 2/7] mm/compaction: remove unused defer_compaction() in compaction.h

2015-12-02 Thread Joonsoo Kim
It's not used externally. Remove it in compaction.h. Signed-off-by: Joonsoo Kim --- include/linux/compaction.h | 1 - mm/compaction.c| 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/linux/compaction.h b/include/linux/compaction.h index 4cd4ddf..359b07a 10