From: Alexander Duyck Date: Thu, 7 May 2015 04:12:03 +0000 (-0700) Subject: net: Add skb_free_frag to replace use of put_page in freeing skb->head X-Git-Tag: omap-for-v4.2/fixes-rc1^2~134^2~323^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=181edb2bfa22b50817684135ab6430ed2808abf0;p=pandora-kernel.git net: Add skb_free_frag to replace use of put_page in freeing skb->head This change adds a function called skb_free_frag which is meant to compliment the function netdev_alloc_frag. The general idea is to enable a more lightweight version of page freeing since we don't actually need all the overhead of a put_page, and we don't quite fit the model of __free_pages. Signed-off-by: Alexander Duyck Signed-off-by: David S. Miller --- Reading git-diff-tree failed