From: Patrick McHardy Date: Mon, 15 Oct 2007 08:51:38 +0000 (-0700) Subject: [IPV6]: Uninline netfilter okfns X-Git-Tag: v2.6.24-rc1~1277^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad643a793bfb933e1b9e37ad4a5edf389ae160ea;p=pandora-kernel.git [IPV6]: Uninline netfilter okfns Uninline netfilter okfns for those cases where gcc can generate tail-calls. Before: text data bss dec hex filename 8994153 1016524 524652 10535329 a0c1a1 vmlinux After: text data bss dec hex filename 8992761 1016524 524652 10533937 a0bc31 vmlinux ------------------------------------------------------- -1392 All cases have been verified to generate tail-calls with and without netfilter. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed