[LLC]: Use pskb_trim_rcsum() in llc_fixup_skb().
authorDavid S. Miller <davem@sunset.davemloft.net>
Wed, 19 Apr 2006 22:37:13 +0000 (15:37 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 19 Apr 2006 22:37:13 +0000 (15:37 -0700)
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 <davem@davemloft.net>

No differences found