From: David S. Miller Date: Wed, 19 Apr 2006 22:37:13 +0000 (-0700) Subject: [LLC]: Use pskb_trim_rcsum() in llc_fixup_skb(). X-Git-Tag: v2.6.17-rc3~58^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5185db09f46ed64d520d09db6e93852e44106628;p=pandora-kernel.git [LLC]: Use pskb_trim_rcsum() in llc_fixup_skb(). Kernel Bugzilla #6409 If we use plain skb_trim(), that's wrong, because if the SKB is cloned, and it can be because we unshared it in the caller, we have to allow reallocation. The pskb_trim*() family of routines is therefore the most appropriate here. Signed-off-by: David S. Miller --- Reading git-diff-tree failed