Loading net/9p/trans_virtio.c +1 −1 Original line number Diff line number Diff line Loading @@ -367,7 +367,7 @@ p9_virtio_request(struct p9_client *client, struct p9_req_t *req) 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); Loading Loading
net/9p/trans_virtio.c +1 −1 Original line number Diff line number Diff line Loading @@ -367,7 +367,7 @@ p9_virtio_request(struct p9_client *client, struct p9_req_t *req) 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); Loading