diff options
Diffstat (limited to 'drivers/net/xen-netback/common.h')
| -rw-r--r-- | drivers/net/xen-netback/common.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/net/xen-netback/common.h b/drivers/net/xen-netback/common.h index 3dbfc8a6924e..1fcbd83f7ff2 100644 --- a/drivers/net/xen-netback/common.h +++ b/drivers/net/xen-netback/common.h @@ -166,7 +166,7 @@ struct xenvif_queue { /* Per-queue data for xenvif */  	struct pending_tx_info pending_tx_info[MAX_PENDING_REQS];  	grant_handle_t grant_tx_handle[MAX_PENDING_REQS]; -	struct gnttab_copy tx_copy_ops[MAX_PENDING_REQS]; +	struct gnttab_copy tx_copy_ops[2 * MAX_PENDING_REQS];  	struct gnttab_map_grant_ref tx_map_ops[MAX_PENDING_REQS];  	struct gnttab_unmap_grant_ref tx_unmap_ops[MAX_PENDING_REQS];  	/* passed to gnttab_[un]map_refs with pages under (un)mapping */ |