From: David S. Miller Date: Mon, 23 Aug 2010 07:13:46 +0000 (-0700) Subject: net: Rename skb_has_frags to skb_has_frag_list X-Git-Tag: v2.6.37-rc1~147^2~717 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21dc330157454046dd7c494961277d76e1c957fe;p=pandora-kernel.git net: Rename skb_has_frags to skb_has_frag_list SKBs can be "fragmented" in two ways, via a page array (called skb_shinfo(skb)->frags[]) and via a list of SKBs (called skb_shinfo(skb)->frag_list). Since skb_has_frags() tests the latter, it's name is confusing since it sounds more like it's testing the former. Signed-off-by: David S. Miller --- Reading git-diff-tree failed