From: Sasha Levin Date: Wed, 6 Jun 2012 19:05:48 +0000 (+0200) Subject: staging: zcache: don't limit number of pools per client X-Git-Tag: v3.6-rc1~100^2~755 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7be394f7c2869e22d2258a1bba257661ca3fc52;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed