Re: [PATCH] Uninline tcp_done

2007-04-20 Thread David Miller
From: Andi Kleen <[EMAIL PROTECTED]> Date: Thu, 5 Apr 2007 12:44:03 +0200 > > 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 <[EMAIL PROTECTED]> A

[PATCH] Uninline tcp_done

2007-04-05 Thread Andi Kleen
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 <[EMAIL PROTECTED]> Index: linux-2.6.21-rc3-net/include/net/tcp.h