Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139106
b: refs/heads/master
c: 2f18185
h: refs/heads/master
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Mar 29, 2009
1 parent 212fdee commit a1e9276
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 4b21cd4eedff2123712c2132c8c6264d40332465
refs/heads/master: 2f181855a0b3c2b39314944add7b41c15647cf86
2 changes: 1 addition & 1 deletion trunk/net/core/skbuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -2579,7 +2579,7 @@ struct sk_buff *skb_segment(struct sk_buff *skb, int features)
skb_network_header_len(skb));
skb_copy_from_linear_data(skb, nskb->data, doffset);

if (pos >= offset + len)
if (fskb != skb_shinfo(skb)->frag_list)
continue;

if (!sg) {
Expand Down

0 comments on commit a1e9276

Please sign in to comment.