1 Jul 2011 01:18
[PATCH 1/3] [net/9p] Fix the size of receive buffer packing onto VirtIO ring.
Venkateswararao Jujjuri (JV <jvrao <at> linux.vnet.ibm.com>
2011-06-30 23:18:39 GMT
2011-06-30 23:18:39 GMT
Signed-off-by: Venkateswararao Jujjuri "<jvrao <at> linux.vnet.ibm.com>
---
net/9p/trans_virtio.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net/9p/trans_virtio.c b/net/9p/trans_virtio.c
index 244e707..0ec5423 100644
--- a/net/9p/trans_virtio.c
+++ b/net/9p/trans_virtio.c
<at> <at> -367,7 +367,7 <at> <at> req_retry_pinned:
in += inp;
} else {
in = pack_sg_list(chan->sg, out, VIRTQUEUE_NUM, rdata,
- client->msize);
+ req->rc->capacity);
}
err = virtqueue_add_buf(chan->vq, chan->sg, out, in, req->tc);
--
--
1.7.1
--
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
RSS Feed