]> bbs.cooldavid.org Git - net-next-2.6.git/commit
net: sock_free() optimizations
authorEric Dumazet <eric.dumazet@gmail.com>
Sat, 10 Jul 2010 22:45:17 +0000 (22:45 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Jul 2010 03:21:46 +0000 (20:21 -0700)
commitd361fd599a991ff6c1d522a599c635b35d61ef30
tree6dd438dc6b818a5f08a0213590f3b21ebd00d6cb
parent7ba42910073f8432934d61a6c08b1023c408fb62
net: sock_free() optimizations

Avoid two extra instructions in sock_free(), to reload
skb->truesize and skb->sk

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/sock.c