From: Dan Streetman Date: Wed, 6 Aug 2014 23:08:36 +0000 (-0700) Subject: mm/zpool: implement common zpool api to zbud/zsmalloc X-Git-Tag: omap-for-v3.17/fixes-against-rc2~137^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af8d417a04564bca0348e7e3c749ab12a3e837ad;p=pandora-kernel.git mm/zpool: implement common zpool api to zbud/zsmalloc Add zpool api. zpool provides an interface for memory storage, typically of compressed memory. Users can select what backend to use; currently the only implementations are zbud, a low density implementation with up to two compressed pages per storage page, and zsmalloc, a higher density implementation with multiple compressed pages per storage page. Signed-off-by: Dan Streetman Tested-by: Seth Jennings Cc: Minchan Kim Cc: Nitin Gupta Cc: Weijie Yang Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed