]> git.baikalelectronics.ru Git - kernel.git/commit
[TCP]: Fix unlikely usage in tcp_transmit_skb()
authorHua Zhong <hzhong@gmail.com>
Fri, 28 Apr 2006 22:26:50 +0000 (15:26 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 30 Apr 2006 01:33:19 +0000 (18:33 -0700)
commit44b2b8c955de08ed5809535071e57ca45e229ebf
treec519837e16dfaf3dd35f2454e6e969d6a47a27e1
parent52096105e29d70b7b27f71394eca2d5e944c1800
[TCP]: Fix unlikely usage in tcp_transmit_skb()

The following unlikely should be replaced by likely because the
condition happens every time unless there is a hard error to transmit
a packet.

Signed-off-by: Hua Zhong <hzhong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_output.c