From: Seth Jennings Date: Tue, 3 Jan 2012 22:31:34 +0000 (-0600) Subject: staging: zcache: crypto API support X-Git-Tag: v3.4-rc1~186^2~176^2~133 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17dd9f831a3c70588d54cc3a24594f274f9ec3a1;p=pandora-kernel.git staging: zcache: crypto API support This patch allow zcache to use the crypto API for page compression. It replaces the direct LZO compress/decompress calls with calls into the crypto compression API. The compressor to be used is specified in the kernel boot line with the zcache parameter like: zcache=lzo or zcache=deflate. If the specified compressor can't be loaded, zcache uses lzo as the default compressor. Signed-off-by: Seth Jennings Acked-by: Dan Magenheimer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed