]> Pileus Git - ~andy/linux/blobdiff - net/9p/trans_virtio.c
hlist: drop the node parameter from iterators
[~andy/linux] / net / 9p / trans_virtio.c
index fd05c81cb348fe04a0701aad70d672a7f17f238e..74dea377fe5b1ee2b111cd2b433647195a5ab782 100644 (file)
@@ -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];
 
@@ -655,7 +655,7 @@ static struct p9_trans_module p9_virtio_trans = {
        .create = p9_virtio_create,
        .close = p9_virtio_close,
        .request = p9_virtio_request,
-       .zc_request = p9_virtio_zc_request,
+       //.zc_request = p9_virtio_zc_request,
        .cancel = p9_virtio_cancel,
        /*
         * We leave one entry for input and one entry for response