kernel: fix OCF for linux 3.2
Add skb_frag_page from 3.2 to OCF for 3.1 and earlier and use it. SVN-Revision: 29818
This commit is contained in:
@@ -208,7 +208,7 @@ pci_map_skb(struct safe_softc *sc,struct safe_operand *buf,struct sk_buff *skb)
|
||||
|
||||
for (i = 0; i < skb_shinfo(skb)->nr_frags; i++) {
|
||||
pci_map_linear(sc, buf,
|
||||
page_address(skb_shinfo(skb)->frags[i].page) +
|
||||
page_address(skb_frag_page(&skb_shinfo(skb)->frags[i])) +
|
||||
skb_shinfo(skb)->frags[i].page_offset,
|
||||
skb_shinfo(skb)->frags[i].size);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user