git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d4833a
)
net: Rename skb_has_frags to skb_has_frag_list
author
David S. Miller
<davem@davemloft.net>
Mon, 23 Aug 2010 07:13:46 +0000
(
00:13
-0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 23 Aug 2010 07:13:46 +0000
(
00:13
-0700)
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 <davem@davemloft.net>
No differences found