[IPV6]: Deinline few large functions in inet6 code
authorDenis Vlasenko <vda@ilport.com.ua>
Mon, 10 Apr 2006 05:48:59 +0000 (22:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Apr 2006 05:48:59 +0000 (22:48 -0700)
Deinline a few functions which produce 200+ bytes of code.

Size  Uses Wasted Name and definition
===== ==== ====== ================================================
  429    3    818 __inet6_lookup        include/net/inet6_hashtables.h
  404    2    384 __inet6_lookup_established    include/net/inet6_hashtables.h
  206    3    372 __inet6_hash  include/net/inet6_hashtables.h

Signed-off-by: Denis Vlasenko <vda@ilport.com.ua>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found