1
0
Fork 0

Merge branch 'skb_truesize' of git://lost.foo-projects.org/~ahkok/git/linux-2.6 into upstream-fixes

hifive-unleashed-5.1
Jeff Garzik 2006-04-26 06:16:05 -04:00
commit 3b85418bc9
1 changed files with 1 additions and 0 deletions

View File

@ -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: