commit | 49b81a3c7415d9b02169f37b8559d468fd17686a | [log] [tgz] |
---|---|---|
author | Dan Magenheimer <dan.magenheimer@oracle.com> | Thu May 10 12:06:21 2012 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon May 14 13:02:49 2012 -0700 |
tree | a57e7ae0531e2b68f00850d77b578adbbde91f81 | |
parent | c15974ef1f2d858795f7f63280fb53bcab6064f9 [diff] |
ramster: switch over to zsmalloc and crypto interface RAMster does many zcache-like things. In order to avoid major merge conflicts at 3.4, ramster used lzo1x directly for compression and retained a local copy of xvmalloc, while zcache moved to the new zsmalloc allocator and the crypto API. This patch moves ramster forward to use zsmalloc and crypto. Signed-off-by: Dan Magenheimer <dan.magenheimer@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>