On 06/05/2013 11:10 AM, Andrea Arcangeli wrote:
Needed by zone_reclaim_mode compaction-awareness.
@@ -79,6 +82,12 @@ static inline unsigned long try_to_compact_pages(struct zonelist *zonelist, return COMPACT_CONTINUE; } +static inline unsigned long compact_zone_order(struct zone *zone, + int order, gfp_t gfp_mask, + bool sync, bool *contended) +{ +}
An unsigned long function should probably return something. -- All rights reversed -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>