alistair23-linux/drivers/staging/zcache
Sasha Levin d7be394f7c staging: zcache: don't limit number of pools per client
Currently the amount of pools each client can use is limited to 16, this is
and arbitrary limit which isn't really required by current implementation.

This places and arbitrary limit on the number of mounted filesystems that
can use cleancache.

This patch removes that limit and uses IDR to do sparse mapping of pools
in each client.

Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-06-14 17:24:44 -07:00
..
Kconfig staging: zcache: fix Kconfig crypto dependency 2012-04-24 11:57:36 -07:00
Makefile staging: fix zcache building 2011-08-02 16:06:18 -07:00
tmem.c Staging: zcache: signedness bug in tmem_get() 2011-08-23 14:52:20 -07:00
tmem.h staging/zmem: Use lockdep_assert_held instead of spin_is_locked 2012-03-16 14:47:41 -07:00
zcache-main.c staging: zcache: don't limit number of pools per client 2012-06-14 17:24:44 -07:00