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

2014-05-08 Thread Seth Jennings
On Wed, May 07, 2014 at 05:51:33PM -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.

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

2014-05-08 Thread Seth Jennings
On Wed, May 07, 2014 at 05:51:33PM -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.

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

2014-05-07 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/4] mm/zbud: zbud_alloc() minor param change

2014-05-07 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