]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[SOCK] Avoid integer divides where not necessary in include/net/sock.h
authorEric Dumazet <dada1@cosmosbay.com>
Fri, 21 Dec 2007 11:07:41 +0000 (03:07 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:59:59 +0000 (14:59 -0800)
commit8df09ea3b8ccfe0c94844102d33fa46f57c08d9e
treea7e91a1e2c9eea21b1e1a6a67bd855899627aafe
parentce55dd3610f7ac29bf8d159c2e2ace9aaf2c3038
[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>
include/net/sock.h