commit | d9b482c8ba1973a189f2d4c8175d405b87fbf2d7 | [log] [tgz] |
---|---|---|
author | Sasha Levin <levinsasha928@gmail.com> | Tue Oct 30 14:45:57 2012 -0400 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Nov 02 12:44:51 2012 -0700 |
tree | 87d1f517365b7ec2113255fd537472d28b9697a4 | |
parent | c660b8f944f1815494a76935148571276fa47462 [diff] |
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 <levinsasha928@gmail.com> [ Merging this now, so that subsystems can start applying Sasha's patches that use this - Linus ] Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>