OSDN Git Service

ramster: switch over to zsmalloc and crypto interface
authorDan Magenheimer <dan.magenheimer@oracle.com>
Thu, 10 May 2012 19:06:21 +0000 (12:06 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 May 2012 20:02:49 +0000 (13:02 -0700)
commit49b81a3c7415d9b02169f37b8559d468fd17686a
treea57e7ae0531e2b68f00850d77b578adbbde91f81
parentc15974ef1f2d858795f7f63280fb53bcab6064f9
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>
drivers/staging/ramster/Kconfig
drivers/staging/ramster/Makefile
drivers/staging/ramster/TODO
drivers/staging/ramster/xvmalloc.c [deleted file]
drivers/staging/ramster/xvmalloc.h [deleted file]
drivers/staging/ramster/xvmalloc_int.h [deleted file]
drivers/staging/ramster/zcache-main.c