| commit | 64cf2e340ea01c8adc981fe0d93981b40797d401 | [log] [tgz] |
|---|---|---|
| author | Sasha Levin <levinsasha928@gmail.com> | Tue Oct 30 14:45:57 2012 -0400 |
| committer | flintman <flintman@flintmancomputers.com> | Wed Oct 14 06:33:41 2015 -0400 |
| tree | 855c54ababb21676bf1d0f6dc0d1fc5e6269cdf5 | |
| parent | 5b9d5cca8a1ac44b5fd2772f1d096b5c33518321 [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. Change-Id: Ie91c0b7a0537b8863d6df1e2771f54d4b731c496 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>