diff options
author | Eric Dumazet <dada1@cosmosbay.com> | 2007-12-21 15:07:53 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-29 00:00:01 +0100 |
commit | dfd4f0ae2e111e2b93c295938c0e64ebbb69ae6e (patch) | |
tree | 0ce2c35f0ffce2553d897116e9370fdaf0433f12 /net/ipv6/ah6.c | |
parent | [TCP]: Avoid a divide in tcp_mtu_probing() (diff) | |
download | linux-dfd4f0ae2e111e2b93c295938c0e64ebbb69ae6e.tar.xz linux-dfd4f0ae2e111e2b93c295938c0e64ebbb69ae6e.zip |
[TCP]: Avoid two divides in __tcp_grow_window()
tcp_win_from_space() being signed, compiler might emit an integer divide
to compute tcp_win_from_space()/2 .
Using right shifts 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/ipv6/ah6.c')
0 files changed, 0 insertions, 0 deletions