From: Alexander Duyck Date: Fri, 20 Jul 2012 08:08:33 +0000 (+0000) Subject: ixgbe: Make pull tail function separate from rest of cleanup_headers X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~303^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19861ce24f2ea9d9db7b96814de9ca8d522cbe40;p=pandora-kernel.git ixgbe: Make pull tail function separate from rest of cleanup_headers This change creates a separate function for functionality similar to pskb_pull_tail. The main motivation for moving it to a separate function is so that later I can just skip this function in the case where we have already copied the buffer into skb->head. Signed-off-by: Alexander Duyck Tested-by: Phil Schmitt Signed-off-by: Peter P Waskiewicz Jr --- Reading git-diff-tree failed