From: Pavel Emelyanov Date: Thu, 29 Nov 2007 09:28:50 +0000 (+1100) Subject: [NET]: Uninline the sk_stream_alloc_pskb X-Git-Tag: v2.6.25-rc1~1162^2~1331 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f561d0f27d6283c49359bb96048f8ac3728c812c;p=pandora-kernel.git [NET]: Uninline the sk_stream_alloc_pskb This function seems too big for inlining. Indeed, it saves half-a-kilo when uninlined: add/remove: 1/0 grow/shrink: 0/7 up/down: 195/-719 (-524) function old new delta sk_stream_alloc_pskb - 195 +195 ip_rt_init 529 525 -4 __inet_lookup_listener 284 274 -10 tcp_sendmsg 2583 2486 -97 tcp_sendpage 1449 1305 -144 tso_fragment 417 267 -150 tcp_fragment 1149 992 -157 __tcp_push_pending_frames 1998 1841 -157 Signed-off-by: Pavel Emelyanov Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed