commit | a6e21b14f22041382e832d30deda6f26f37b1097 | [log] [tgz] |
---|---|---|
author | Mel Gorman <[email protected]> | Wed Jun 04 16:10:12 2014 -0700 |
committer | Linus Torvalds <[email protected]> | Wed Jun 04 16:54:09 2014 -0700 |
tree | 5eee1976cff3a3a07ba0fa625e67bb713b466eb9 | |
parent | d34c5fa06fade08a689fc171bf756fba2858ae73 [diff] |
mm: page_alloc: only check the alloc flags and gfp_mask for dirty once Currently it's calculated once per zone in the zonelist. Signed-off-by: Mel Gorman <[email protected]> Acked-by: Johannes Weiner <[email protected]> Reviewed-by: Rik van Riel <[email protected]> Cc: Vlastimil Babka <[email protected]> Cc: Jan Kara <[email protected]> Cc: Michal Hocko <[email protected]> Cc: Hugh Dickins <[email protected]> Cc: Dave Hansen <[email protected]> Cc: Theodore Ts'o <[email protected]> Cc: "Paul E. McKenney" <[email protected]> Cc: Oleg Nesterov <[email protected]> Cc: Peter Zijlstra <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>