Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145144
b: refs/heads/master
c: 995b337
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Chenault authored and David S. Miller committed May 19, 2009
1 parent 17315f9 commit 0e8646f
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: 511e11e396dc596825ce04d53d7f6d579404bc01
refs/heads/master: 995b337952cdf7e05d288eede580257b632a8343
2 changes: 1 addition & 1 deletion trunk/net/core/skbuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -2288,7 +2288,7 @@ unsigned int skb_seq_read(unsigned int consumed, const u8 **data,
next_skb:
block_limit = skb_headlen(st->cur_skb) + st->stepped_offset;

if (abs_offset < block_limit) {
if (abs_offset < block_limit && !st->frag_data) {
*data = st->cur_skb->data + (abs_offset - st->stepped_offset);
return block_limit - abs_offset;
}
Expand Down

0 comments on commit 0e8646f

Please sign in to comment.