Re: [PATCH 06/17] mm: page_alloc: Only check the alloc flags and gfp_mask for dirty once

2014-05-06 Thread Rik van Riel
On 05/01/2014 04:44 AM, Mel Gorman wrote: > Currently it's calculated once per zone in the zonelist. > > Signed-off-by: Mel Gorman > Acked-by: Johannes Weiner Reviewed-by: Rik van Riel -- All rights reversed -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bo

[PATCH 06/17] mm: page_alloc: Only check the alloc flags and gfp_mask for dirty once

2014-05-01 Thread Mel Gorman
Currently it's calculated once per zone in the zonelist. Signed-off-by: Mel Gorman Acked-by: Johannes Weiner --- mm/page_alloc.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 8971953..2e576fd 100644 --- a/mm/page_alloc.c +++ b/m