From: Alexander Duyck Date: Fri, 4 May 2012 14:26:51 +0000 (+0000) Subject: skb: Drop "fastpath" variable for skb_cloned check in pskb_expand_head X-Git-Tag: v3.5-rc1~109^2~161 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e24591a19bbda6fcb2cbe383b41b4ba794501bf;p=pandora-kernel.git skb: Drop "fastpath" variable for skb_cloned check in pskb_expand_head Since there is now only one spot that actually uses "fastpath" there isn't much point in carrying it. Instead we can just use a check for skb_cloned to verify if we can perform the fast-path free for the head or not. Signed-off-by: Alexander Duyck Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed