ipv6: Prepare the tree for un-inlined jhash.
commit82a39eb6b3829a02e235656feddb4542517fcabc
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Thu, 25 Nov 2010 03:15:07 +0000 (25 03:15 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 28 Nov 2010 19:26:21 +0000 (28 11:26 -0800)
tree51fee60823c57fd6110faa264a71b6403c1602f4
parentaa285b1740f5b13e5a2606a927f3129954583d78
ipv6: Prepare the tree for un-inlined jhash.

jhash is widely used in the kernel and because the functions
are inlined, the cost in size is significant. Also, the new jhash
functions are slightly larger than the previous ones so better un-inline.
As a preparation step, the calls to the internal macros are replaced
with the plain jhash function calls.

Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/inet6_connection_sock.c
net/ipv6/reassembly.c