From: Sasha Levin Date: Mon, 17 Dec 2012 15:01:27 +0000 (-0500) Subject: block,elevator: use new hashtable implementation X-Git-Tag: v3.9-rc1~44^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=242d98f077ac0ab80920219769eb095503b93f61;p=pandora-kernel.git block,elevator: use new hashtable implementation Switch elevator to use the new hashtable implementation. This reduces the amount of generic unrelated code in the elevator. This also removes the dymanic allocation of the hash table. The size of the table is constant so there's no point in paying the price of an extra dereference when accessing it. This patch depends on d9b482c ("hashtable: introduce a small and naive hashtable") which was merged in v3.6. Signed-off-by: Sasha Levin Signed-off-by: Jens Axboe --- Reading git-diff-tree failed