On Fri, Aug 02, 2013 at 06:06:34PM +0200, Andrea Arcangeli wrote: > Needed by zone_reclaim_mode compaction-awareness. > > Signed-off-by: Andrea Arcangeli <aarcange@xxxxxxxxxx> > @@ -79,6 +82,13 @@ 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) > +{ > + return COMPACT_CONTINUE; > +} > + COMPACT_SKIPPED to indicate that compaction did not even start and there is no point rechecking watermarks or trying to allocate? -- Mel Gorman SUSE Labs -- 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>