|
@@ -87,7 +87,7 @@ struct virtio_chan {
|
|
/* This is global limit. Since we don't have a global structure,
|
|
/* This is global limit. Since we don't have a global structure,
|
|
* will be placing it in each channel.
|
|
* will be placing it in each channel.
|
|
*/
|
|
*/
|
|
- int p9_max_pages;
|
|
|
|
|
|
+ unsigned long p9_max_pages;
|
|
/* Scatterlist: can be too big for stack. */
|
|
/* Scatterlist: can be too big for stack. */
|
|
struct scatterlist sg[VIRTQUEUE_NUM];
|
|
struct scatterlist sg[VIRTQUEUE_NUM];
|
|
|
|
|