Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309482
b: refs/heads/master
c: e26b203
h: refs/heads/master
v: v3
  • Loading branch information
Simon Graham authored and David S. Miller committed May 24, 2012
1 parent 89e8090 commit 3b00e84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: b4bd8ad9bb311e8536f726f7a633620ccd358cde
refs/heads/master: e26b203ede31fffd52571a5ba607a26c79dc5c0d
3 changes: 1 addition & 2 deletions trunk/drivers/net/xen-netback/netback.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,7 @@ unsigned int xen_netbk_count_skb_slots(struct xenvif *vif, struct sk_buff *skb)
unsigned int count;
int i, copy_off;

count = DIV_ROUND_UP(
offset_in_page(skb->data)+skb_headlen(skb), PAGE_SIZE);
count = DIV_ROUND_UP(skb_headlen(skb), PAGE_SIZE);

copy_off = skb_headlen(skb) % PAGE_SIZE;

Expand Down

0 comments on commit 3b00e84

Please sign in to comment.