Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323085
b: refs/heads/master
c: 8ea853f
h: refs/heads/master
i:
  323083: 68d7134
v: v3
  • Loading branch information
Li RongQing authored and David S. Miller committed Sep 19, 2012
1 parent 3f167b1 commit 5fca272
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ed3770a9cd5764a575b83810ea679bbff2b03082
refs/heads/master: 8ea853fd0b721f14eacff1a5b364fe3e60d2dd82
4 changes: 3 additions & 1 deletion trunk/net/core/skbuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -3502,7 +3502,9 @@ bool skb_try_coalesce(struct sk_buff *to, struct sk_buff *from,
if (!skb_cloned(from))
skb_shinfo(from)->nr_frags = 0;

/* if the skb is cloned this does nothing since we set nr_frags to 0 */
/* if the skb is not cloned this does nothing
* since we set nr_frags to 0.
*/
for (i = 0; i < skb_shinfo(from)->nr_frags; i++)
skb_frag_ref(from, i);

Expand Down

0 comments on commit 5fca272

Please sign in to comment.