[PATCH 07/15] mm: page_alloc: change fallbacks array handling

2012-02-03 Thread Marek Szyprowski
From: Michal Nazarewicz This commit adds a row for MIGRATE_ISOLATE type to the fallbacks array which was missing from it. It also, changes the array traversal logic a little making MIGRATE_RESERVE an end marker. The letter change, removes the implicit MIGRATE_UNMOVABLE from the end of each row

Re: [PATCH 07/15] mm: page_alloc: change fallbacks array handling

2012-01-30 Thread Mel Gorman
On Thu, Jan 26, 2012 at 10:00:49AM +0100, Marek Szyprowski wrote: > From: Michal Nazarewicz > > This commit adds a row for MIGRATE_ISOLATE type to the fallbacks array > which was missing from it. It also, changes the array traversal logic > a little making MIGRATE_RESERVE an end marker. The let

[PATCH 07/15] mm: page_alloc: change fallbacks array handling

2012-01-26 Thread Marek Szyprowski
From: Michal Nazarewicz This commit adds a row for MIGRATE_ISOLATE type to the fallbacks array which was missing from it. It also, changes the array traversal logic a little making MIGRATE_RESERVE an end marker. The letter change, removes the implicit MIGRATE_UNMOVABLE from the end of each row