]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/9p/trans_virtio.c
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx
[mv-sheeva.git] / net / 9p / trans_virtio.c
index 0ec5423b409e37bc8edcdb9e4f54217603fd41f2..175b5135bdcf524d324c73298cd17da0819c9a1e 100644 (file)
@@ -592,7 +592,7 @@ static struct p9_trans_module p9_virtio_trans = {
        .close = p9_virtio_close,
        .request = p9_virtio_request,
        .cancel = p9_virtio_cancel,
-       .maxsize = PAGE_SIZE*16,
+       .maxsize = PAGE_SIZE*VIRTQUEUE_NUM,
        .pref = P9_TRANS_PREF_PAYLOAD_SEP,
        .def = 0,
        .owner = THIS_MODULE,