Re: [PATCH 04/25] Check only once if the zonelist is suitable for the allocation

From: KOSAKI Motohiro
Date: Mon Apr 20 2009 - 23:04:03 EST


> -restart:
> - z = zonelist->_zonerefs; /* the list of zones suitable for gfp_mask */
> -
> + /* the list of zones suitable for gfp_mask */
> + z = zonelist->_zonerefs;
> if (unlikely(!z->zone)) {
> /*
> * Happens if we have an empty zonelist as a result of
> @@ -1497,6 +1496,7 @@ restart:
> return NULL;
> }
>
> +restart:
> page = get_page_from_freelist(gfp_mask|__GFP_HARDWALL, nodemask, order,
> zonelist, high_zoneidx, ALLOC_WMARK_LOW|ALLOC_CPUSET);
> if (page)

looks good.

Reviewed-by: KOSAKI Motohiro <kosaki.motohiro@xxxxxxxxxxxxxx>


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/