Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266155
b: refs/heads/master
c: 86ee813
h: refs/heads/master
i:
  266153: e9602b2
  266151: de0de6e
v: v3
  • Loading branch information
Ian Campbell authored and David S. Miller committed Sep 22, 2011
1 parent 75db326 commit 6236037
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: e4cb193f79fa201c74c11a87a5beab7c08818bad
refs/heads/master: 86ee8130a46769f73f8f423f99dbf782a09f9233
2 changes: 1 addition & 1 deletion trunk/drivers/net/virtio_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ static void set_skb_frag(struct sk_buff *skb, struct page *page,
f = &skb_shinfo(skb)->frags[i];
f->size = min((unsigned)PAGE_SIZE - offset, *len);
f->page_offset = offset;
f->page = page;
__skb_frag_set_page(f, page);

skb->data_len += f->size;
skb->len += f->size;
Expand Down

0 comments on commit 6236037

Please sign in to comment.