On Mon, 2 Jun 2014 18:19:41 -0400 Dan Streetman <ddstr...@ieee.org> wrote:
> Change zbud to store gfp_t flags passed at pool creation to use for > each alloc; this allows the api to be closer to the existing zsmalloc > interface, and the only current zbud user (zswap) uses the same gfp > flags for all allocs. Update zswap to use changed interface. This would appear to be a step backwards. There's nothing wrong with requiring all callers to pass in a gfp_t and removing this option makes the API less usable. IMO the patch needs much better justification, or dropping. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/