Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278375
b: refs/heads/master
c: 16ecba2
h: refs/heads/master
i:
  278373: ce28784
  278371: 32959d6
  278367: bac5fa4
v: v3
  • Loading branch information
Wei Liu authored and David S. Miller committed Dec 6, 2011
1 parent 1107235 commit 79641d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 1d187b34daaecbb87aa523ba46b92930a388cb21
refs/heads/master: 16ecba2605a3bbd374cd993e532264e2d8de49e5
4 changes: 0 additions & 4 deletions trunk/drivers/net/xen-netback/netback.c
Original file line number Diff line number Diff line change
Expand Up @@ -940,8 +940,6 @@ static struct gnttab_copy *xen_netbk_get_requests(struct xen_netbk *netbk,
if (!page)
return NULL;

netbk->mmap_pages[pending_idx] = page;

gop->source.u.ref = txp->gref;
gop->source.domid = vif->domid;
gop->source.offset = txp->offset;
Expand Down Expand Up @@ -1336,8 +1334,6 @@ static unsigned xen_netbk_tx_build_gops(struct xen_netbk *netbk)
continue;
}

netbk->mmap_pages[pending_idx] = page;

gop->source.u.ref = txreq.gref;
gop->source.domid = vif->domid;
gop->source.offset = txreq.offset;
Expand Down

0 comments on commit 79641d7

Please sign in to comment.