From: Herbert Xu Date: Fri, 9 Jun 2006 23:13:01 +0000 (-0700) Subject: [NET]: skb_trim audit X-Git-Tag: v2.6.18-rc1~1111^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b38dfee3d616ffadb58d4215e3ff9d1d7921031e;p=pandora-kernel.git [NET]: skb_trim audit I found a few more spots where pskb_trim_rcsum could be used but were not. This patch changes them to use it. Also, sk_filter can get paged skb data. Therefore we must use pskb_trim instead of skb_trim. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed