Loading mm/page_alloc.c +1 −1 Original line number Diff line number Diff line Loading @@ -1739,7 +1739,7 @@ static bool __zone_watermark_ok(struct zone *z, unsigned int order, unsigned long mark, int classzone_idx, int alloc_flags, long free_pages) { /* free_pages my go negative - that's OK */ /* free_pages may go negative - that's OK */ long min = mark; int o; long free_cma = 0; Loading Loading
mm/page_alloc.c +1 −1 Original line number Diff line number Diff line Loading @@ -1739,7 +1739,7 @@ static bool __zone_watermark_ok(struct zone *z, unsigned int order, unsigned long mark, int classzone_idx, int alloc_flags, long free_pages) { /* free_pages my go negative - that's OK */ /* free_pages may go negative - that's OK */ long min = mark; int o; long free_cma = 0; Loading