diff options
author | 2007-12-21 03:07:41 -0800 | |
---|---|---|
committer | 2008-01-28 14:59:59 -0800 | |
commit | 8df09ea3b8ccfe0c94844102d33fa46f57c08d9e (patch) | |
tree | a7e91a1e2c9eea21b1e1a6a67bd855899627aafe /net/core/stream.c | |
parent | [TCP]: tcp_write_timeout.c cleanup (diff) | |
download | wireguard-linux-8df09ea3b8ccfe0c94844102d33fa46f57c08d9e.tar.xz wireguard-linux-8df09ea3b8ccfe0c94844102d33fa46f57c08d9e.zip |
[SOCK] Avoid integer divides where not necessary in include/net/sock.h
Because sk_wmem_queued, sk_sndbuf are signed, a divide per two
may force compiler to use an integer divide.
We can instead use a right shift.
Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/stream.c')
0 files changed, 0 insertions, 0 deletions