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>
Showing
- drivers/staging/ramster/Kconfig 3 additions, 3 deletionsdrivers/staging/ramster/Kconfig
- drivers/staging/ramster/Makefile 1 addition, 1 deletiondrivers/staging/ramster/Makefile
- drivers/staging/ramster/TODO 1 addition, 3 deletionsdrivers/staging/ramster/TODO
- drivers/staging/ramster/xvmalloc.c 0 additions, 509 deletionsdrivers/staging/ramster/xvmalloc.c
- drivers/staging/ramster/xvmalloc.h 0 additions, 30 deletionsdrivers/staging/ramster/xvmalloc.h
- drivers/staging/ramster/xvmalloc_int.h 0 additions, 95 deletionsdrivers/staging/ramster/xvmalloc_int.h
- drivers/staging/ramster/zcache-main.c 194 additions, 94 deletionsdrivers/staging/ramster/zcache-main.c
Loading
Please register or sign in to comment