On Saturday 09 October 2010 14:16:35 Sven Eckelmann wrote:
David S. Miller wasn't amused[1] by our hash implementation. Instead he proposed some changes we should make. I tried to implement most of them, but don't think we should really manually inline every functionality currently provided by the hash implementation. I would rather keep the heavily used functions as compiler inlineable functions and do the rest using standard kernel hlist_*.
Applied in revision 1838-1842.
Thanks, Marek