direct-io.hg
changeset 10888:a5835e6f7ff9
[LINUX] Fix save/restore (broken by my own GSO tweaks).
Signed-off-by: Keir Fraser <keir@xensource.com>
Signed-off-by: Keir Fraser <keir@xensource.com>
author | kfraser@localhost.localdomain |
---|---|
date | Tue Aug 01 18:06:44 2006 +0100 (2006-08-01) |
parents | d323acca28a2 |
children | 10b05c2e7947 |
files | linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c |
line diff
1.1 --- a/linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c Tue Aug 01 17:47:21 2006 +0100 1.2 +++ b/linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c Tue Aug 01 18:06:44 2006 +0100 1.3 @@ -1388,7 +1388,7 @@ static void network_connect(struct net_d 1.4 1.5 gnttab_grant_foreign_transfer_ref( 1.6 ref, np->xbdev->otherend_id, 1.7 - page_to_pfn(skb_shinfo(np->rx_skbs[i])->frags->page)); 1.8 + page_to_pfn(skb_shinfo(skb)->frags->page)); 1.9 1.10 RING_GET_REQUEST(&np->rx, requeue_idx)->gref = ref; 1.11 RING_GET_REQUEST(&np->rx, requeue_idx)->id = requeue_idx;