Re: [PATCHv2 1/6] mm/zbud: zbud_alloc() minor param change

2014-06-24 Thread Dan Streetman
On Mon, Jun 23, 2014 at 5:19 PM, Andrew Morton wrote: > On Mon, 2 Jun 2014 18:19:41 -0400 Dan Streetman 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

Re: [PATCHv2 1/6] mm/zbud: zbud_alloc() minor param change

2014-06-23 Thread Andrew Morton
On Mon, 2 Jun 2014 18:19:41 -0400 Dan Streetman 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. Upda

[PATCHv2 1/6] mm/zbud: zbud_alloc() minor param change

2014-06-02 Thread Dan Streetman
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. Signed-off-by: Dan Streetman

[PATCHv2 1/6] mm/zbud: zbud_alloc() minor param change

2014-05-24 Thread Dan Streetman
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. Signed-off-by: Dan Streetman