commit | 4ac02bab77438b484a5cf855a002fb6a1d592894 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Fri Apr 20 17:11:46 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Apr 25 22:29:25 2007 -0700 |
tree | 8a7442a9c9fa39e147eca0f0728a0691712b191a | |
parent | 3ff50b7997fe06cd5d276b229967bb52d6b3b6c1 [diff] |
[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>