Skip to content

Commit

Permalink
Merge branch 'skb_truesize' of git://lost.foo-projects.org/~ahkok/git…
Browse files Browse the repository at this point in the history
…/linux-2.6 into upstream-fixes
  • Loading branch information
Jeff Garzik committed Apr 26, 2006
2 parents 25f7389 + bcb4919 commit 3b85418
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/e1000/e1000_main.c
Expand Up @@ -3768,6 +3768,7 @@ e1000_clean_rx_irq_ps(struct e1000_adapter *adapter,
ps_page->ps_page[j] = NULL;
skb->len += length;
skb->data_len += length;
skb->truesize += length;
}

copydone:
Expand Down

0 comments on commit 3b85418

Please sign in to comment.