]> git.baikalelectronics.ru Git - kernel.git/commit
[TCP]: Uninline tcp_done().
authorAndi Kleen <ak@suse.de>
Sat, 21 Apr 2007 00:11:46 +0000 (17:11 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:29:25 +0000 (22:29 -0700)
commit822f800e132dc9e9dba1843b17a38980b3d16f69
tree8a7442a9c9fa39e147eca0f0728a0691712b191a
parent2c44992dd47a40b8ce7be6322b36baa74a114649
[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 <ak@suse.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp.c