From: Eric Dumazet Date: Wed, 8 Jul 2009 14:20:42 +0000 (+0000) Subject: net: ip_push_pending_frames() fix X-Git-Tag: v2.6.31-rc4~55^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e51a67a9c8a2ea5c563f8c2ba6613fe2100ffe67;p=pandora-kernel.git net: ip_push_pending_frames() fix After commit 2b85a34e911bf483c27cfdd124aeb1605145dc80 (net: No more expensive sock_hold()/sock_put() on each tx) we do not take any more references on sk->sk_refcnt on outgoing packets. I forgot to delete two __sock_put() from ip_push_pending_frames() and ip6_push_pending_frames(). Reported-by: Emil S Tantilov Signed-off-by: Eric Dumazet Tested-by: Emil S Tantilov Signed-off-by: David S. Miller --- Reading git-diff-tree failed