From: Sasha Levin Date: Tue, 30 Oct 2012 18:45:57 +0000 (-0400) Subject: hashtable: introduce a small and naive hashtable X-Git-Tag: v3.7-rc4~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9b482c8ba1973a189f2d4c8175d405b87fbf2d7;p=pandora-kernel.git hashtable: introduce a small and naive hashtable This hashtable implementation is using hlist buckets to provide a simple hashtable to prevent it from getting reimplemented all over the kernel. Signed-off-by: Sasha Levin [ Merging this now, so that subsystems can start applying Sasha's patches that use this - Linus ] Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed