Re: [PATCH] mm: page_alloc: Remove unnecessary parameter from __rmqueue

2015-12-21 Thread Vlastimil Babka
On 12/02/2015 04:08 PM, Mel Gorman wrote: Commit 0aaa29a56e4f ("mm, page_alloc: reserve pageblocks for high-order atomic allocations on demand") added an unnecessary and unused parameter to __rmqueue. It was a parameter that was used in an earlier version of the patch and then left behind. This

Re: [PATCH] mm: page_alloc: Remove unnecessary parameter from __rmqueue

2015-12-21 Thread Vlastimil Babka
On 12/02/2015 04:08 PM, Mel Gorman wrote: Commit 0aaa29a56e4f ("mm, page_alloc: reserve pageblocks for high-order atomic allocations on demand") added an unnecessary and unused parameter to __rmqueue. It was a parameter that was used in an earlier version of the patch and then left behind. This

[PATCH] mm: page_alloc: Remove unnecessary parameter from __rmqueue

2015-12-02 Thread Mel Gorman
Commit 0aaa29a56e4f ("mm, page_alloc: reserve pageblocks for high-order atomic allocations on demand") added an unnecessary and unused parameter to __rmqueue. It was a parameter that was used in an earlier version of the patch and then left behind. This patch cleans it up. Signed-off-by: Mel

[PATCH] mm: page_alloc: Remove unnecessary parameter from __rmqueue

2015-12-02 Thread Mel Gorman
Commit 0aaa29a56e4f ("mm, page_alloc: reserve pageblocks for high-order atomic allocations on demand") added an unnecessary and unused parameter to __rmqueue. It was a parameter that was used in an earlier version of the patch and then left behind. This patch cleans it up. Signed-off-by: Mel