From: Eric Dumazet Date: Tue, 11 Dec 2012 08:38:29 +0000 (+0000) Subject: net: gro: avoid double copy in skb_gro_receive() X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75be437230b06fca87908a787f70de0ce7fbab8c;p=pandora-kernel.git net: gro: avoid double copy in skb_gro_receive() __copy_skb_header(nskb, p) already copied p->cb[], no need to copy it again. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed