From: Herbert Xu Date: Thu, 29 Jan 2009 14:19:52 +0000 (+0000) Subject: gro: Open-code memcpy in napi_fraginfo_skb X-Git-Tag: v2.6.30-rc1~662^2~871 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80595d59ba9917227856e663da249c2276a8628d;p=pandora-kernel.git gro: Open-code memcpy in napi_fraginfo_skb This patch optimises napi_fraginfo_skb to only copy the bits necessary. We also open-code the memcpy so that the alignment information is always available to gcc. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed