From: David S. Miller Date: Wed, 6 Jul 2011 14:30:59 +0000 (-0700) Subject: packet: Fix leak in pre-defrag support. X-Git-Tag: v3.1-rc1~316^2~217 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aec27311c23a8ce8eaf490762249d3ed74be83b6;p=pandora-kernel.git packet: Fix leak in pre-defrag support. When we clone the SKB, we forget about the original one. Avoid this problem by using skb_share_check(). Reported-by: Penttilä Mika Signed-off-by: David S. Miller --- Reading git-diff-tree failed