From: Andi Kleen Date: Sat, 21 Apr 2007 00:11:46 +0000 (-0700) Subject: [TCP]: Uninline tcp_done(). X-Git-Tag: v2.6.22-rc1~1128^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ac02bab77438b484a5cf855a002fb6a1d592894;p=pandora-kernel.git [TCP]: Uninline tcp_done(). The function is quite big and has several call sites and nothing to collapse by compiler optimization on inlining. Besides it's nicer to read in a in .c file. Signed-off-by: Andi Kleen Signed-off-by: David S. Miller --- Reading git-diff-tree failed