staging: zcache: replace xvmalloc with zsmalloc
[firefly-linux-kernel-4.4.55.git] / drivers / staging / ramster / TODO
1 For this staging driver, RAMster duplicates code from fs/ocfs2/cluster
2 and from drivers/staging/zcache, then incorporates changes to the local
3 copy of the code.  Before RAMster can be promoted from staging, this code
4 duplication must be resolved.  Specifically, we will first need to work with
5 the ocfs2 maintainers to split out the ocfs2 core cluster code so that
6 it can be easily included by another subsystem, even if ocfs2 is not
7 configured, and also to merge the handful of functional changes required.
8 Second, the zcache and RAMster drivers should be either merged or reorganized
9 to separate out common code.