Re: [PATCH 05/15] mm: compaction: export some of the functions

2012-02-06 Thread Hillf Danton
2012/2/5 Michal Nazarewicz : >> On Fri, Feb 3, 2012 at 8:18 PM, Marek Szyprowski >> wrote: >>> >>> From: Michal Nazarewicz >>> >>> This commit exports some of the functions from compaction.c file >>> outside of it adding their declaration into internal.h header >>> file so that other mm related c

Re: [PATCH 05/15] mm: compaction: export some of the functions

2012-02-05 Thread Michal Nazarewicz
On Fri, Feb 3, 2012 at 8:18 PM, Marek Szyprowski wrote: From: Michal Nazarewicz This commit exports some of the functions from compaction.c file outside of it adding their declaration into internal.h header file so that other mm related code can use them. This forced compaction.c to always be

Re: [PATCH 05/15] mm: compaction: export some of the functions

2012-02-04 Thread Hillf Danton
On Fri, Feb 3, 2012 at 8:18 PM, Marek Szyprowski wrote: > From: Michal Nazarewicz > > This commit exports some of the functions from compaction.c file > outside of it adding their declaration into internal.h header > file so that other mm related code can use them. > > This forced compaction.c to

[PATCH 05/15] mm: compaction: export some of the functions

2012-02-03 Thread Marek Szyprowski
From: Michal Nazarewicz This commit exports some of the functions from compaction.c file outside of it adding their declaration into internal.h header file so that other mm related code can use them. This forced compaction.c to always be compiled (as opposed to being compiled only if CONFIG_COMP

Re: [PATCH 05/15] mm: compaction: export some of the functions

2012-01-30 Thread Michal Nazarewicz
On Thu, Jan 26, 2012 at 10:00:47AM +0100, Marek Szyprowski wrote: From: Michal Nazarewicz --- a/mm/compaction.c +++ b/mm/compaction.c @@ -16,30 +16,11 @@ #include #include "internal.h" +#if defined CONFIG_COMPACTION || defined CONFIG_CMA + On Mon, 30 Jan 2012 12:57:26 +0100, Mel Gorman wr

Re: [PATCH 05/15] mm: compaction: export some of the functions

2012-01-30 Thread Mel Gorman
On Thu, Jan 26, 2012 at 10:00:47AM +0100, Marek Szyprowski wrote: > From: Michal Nazarewicz > > This commit exports some of the functions from compaction.c file > outside of it adding their declaration into internal.h header > file so that other mm related code can use them. > > This forced comp

[PATCH 05/15] mm: compaction: export some of the functions

2012-01-26 Thread Marek Szyprowski
From: Michal Nazarewicz This commit exports some of the functions from compaction.c file outside of it adding their declaration into internal.h header file so that other mm related code can use them. This forced compaction.c to always be compiled (as opposed to being compiled only if CONFIG_COMP