From: Herbert Xu Date: Fri, 30 Jun 2006 20:35:46 +0000 (-0700) Subject: [IPV6]: Remove redundant length check on input X-Git-Tag: v2.6.18-rc1~252^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2889139a6acd2945f6143eb85f7dc2a22a352e1a;p=pandora-kernel.git [IPV6]: Remove redundant length check on input We don't need to check skb->len when we're just about to call pskb_may_pull since that checks it for us. Signed-off-by: Herbert Xu Acked-by: YOSHIFUJI Hideaki Signed-off-by: David S. Miller --- Reading git-diff-tree failed