From: Herbert Xu Date: Tue, 26 May 2009 18:50:31 +0000 (+0000) Subject: gro: Open-code final pskb_may_pull X-Git-Tag: v2.6.31-rc1~330^2~250 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb18978cbf454c236db5e4191a12ef71eef9b3a0;p=pandora-kernel.git gro: Open-code final pskb_may_pull As we know the only packets which need the final pskb_may_pull are completely non-linear, and have all the required bits in frag0, we can perform a straight memcpy instead of going through pskb_may_pull and doing skb_copy_bits. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed