diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2008-01-14 23:44:05 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 15:02:29 -0800 |
commit | 022748a9357c4c1a0113ec1ce5612f383b80156f (patch) | |
tree | 9c1d64082f93011732c496d356543faa4ca76e01 /include/asm-mips/titan_dep.h | |
parent | f9ef8a23c37677929e95ad4026a2fa0d449c1d3e (diff) | |
download | blackbird-op-linux-022748a9357c4c1a0113ec1ce5612f383b80156f.tar.gz blackbird-op-linux-022748a9357c4c1a0113ec1ce5612f383b80156f.zip |
[NETFILTER]: {ip,ip6}_tables: remove some inlines
This patch removes inlines except those which are used
by packet matching code and thus are performance-critical.
Before:
$ size */*/*/ip*tables*.o
text data bss dec hex filename
6402 500 16 6918 1b06 net/ipv4/netfilter/ip_tables.o
7130 500 16 7646 1dde net/ipv6/netfilter/ip6_tables.o
After:
$ size */*/*/ip*tables*.o
text data bss dec hex filename
6307 500 16 6823 1aa7 net/ipv4/netfilter/ip_tables.o
7010 500 16 7526 1d66 net/ipv6/netfilter/ip6_tables.o
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-mips/titan_dep.h')
0 files changed, 0 insertions, 0 deletions