diff --git a/[refs] b/[refs] index bfc26d89dc43..4bb99c530ca5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b21e0b90ccb99a377bce0167fed1e881bb5065d7 +refs/heads/master: 7293bfba03e8283e29558c20aee279642f619c43 diff --git a/trunk/net/9p/trans_virtio.c b/trunk/net/9p/trans_virtio.c index fd05c81cb348..de2e950a0a7a 100644 --- a/trunk/net/9p/trans_virtio.c +++ b/trunk/net/9p/trans_virtio.c @@ -87,7 +87,7 @@ struct virtio_chan { /* This is global limit. Since we don't have a global structure, * will be placing it in each channel. */ - int p9_max_pages; + unsigned long p9_max_pages; /* Scatterlist: can be too big for stack. */ struct scatterlist sg[VIRTQUEUE_NUM];