diff options
author | Seth Jennings <sjenning@linux.vnet.ibm.com> | 2012-01-03 16:31:34 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-02-08 17:09:27 -0800 |
commit | 17dd9f831a3c70588d54cc3a24594f274f9ec3a1 (patch) | |
tree | c804b66e3b41b47b237220f46a29b05f979ba996 /samples/kprobes | |
parent | af9584b82df77751710db45043cf8d7d7740056d (diff) |
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 <sjenning@linux.vnet.ibm.com>
Acked-by: Dan Magenheimer <dan.magenheimer@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'samples/kprobes')
0 files changed, 0 insertions, 0 deletions