kernel/drivers/net/xen-netback/common.h
.. .. @@ -166,7 +166,7 @@ 166 166 struct pending_tx_info pending_tx_info[MAX_PENDING_REQS]; 167 167 grant_handle_t grant_tx_handle[MAX_PENDING_REQS]; 168 168 169 - struct gnttab_copy tx_copy_ops[MAX_PENDING_REQS];169 + struct gnttab_copy tx_copy_ops[2 * MAX_PENDING_REQS];170 170 struct gnttab_map_grant_ref tx_map_ops[MAX_PENDING_REQS]; 171 171 struct gnttab_unmap_grant_ref tx_unmap_ops[MAX_PENDING_REQS]; 172 172 /* passed to gnttab_[un]map_refs with pages under (un)mapping */