Re: [PATCHv3 0/6] mm/zpool: add common api for zswap to use zbud/zsmalloc

2014-05-27 Thread Seth Jennings
On Sat, May 24, 2014 at 03:06:03PM -0400, Dan Streetman wrote: > In order to allow zswap users to choose between zbud and zsmalloc for > the compressed storage pool, this patch set adds a new api "zpool" that > provides an interface to both zbud and zsmalloc. Only minor changes > to zbud's interfa

[PATCHv3 0/6] mm/zpool: add common api for zswap to use zbud/zsmalloc

2014-05-24 Thread Dan Streetman
In order to allow zswap users to choose between zbud and zsmalloc for the compressed storage pool, this patch set adds a new api "zpool" that provides an interface to both zbud and zsmalloc. Only minor changes to zbud's interface were needed. This does not include implementing shrinking in zsmall