summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_timer.c
diff options
context:
space:
mode:
authorEric Dumazet <dada1@cosmosbay.com>2007-12-21 10:49:07 +0100
committerDavid S. Miller <davem@davemloft.net>2008-01-28 23:59:57 +0100
commitb790cedd24a7f7d1639072b3faf35f1f56cb38ea (patch)
treeb39d755577be2cc822b5340ba5e4d77a45a6b4a7 /net/ipv4/tcp_timer.c
parent[TCP]: Convert several length variable to unsigned. (diff)
downloadlinux-b790cedd24a7f7d1639072b3faf35f1f56cb38ea.tar.xz
linux-b790cedd24a7f7d1639072b3faf35f1f56cb38ea.zip
[INET]: Avoid an integer divide in rt_garbage_collect()
Since 'goal' is a signed int, compiler may emit an integer divide to compute goal/2. Using a right shift is OK here and less expensive. Signed-off-by: Eric Dumazet <dada1@cosmosbay.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_timer.c')
0 files changed, 0 insertions, 0 deletions