Asias He <asias@xxxxxxxxxx> writes: > On 02/19/2013 03:56 PM, Rusty Russell wrote: >> (This is a respin of Paolo Bonzini's patch, but it calls >> virtqueue_add_sgs() instead of his multi-part API). ... > (This subject needs to be changed to reflect using of virtqueue_add_sgs) Thanks, done. >> -static inline int __virtblk_add_req(struct virtqueue *vq, >> - struct virtblk_req *vbr, >> - unsigned long out, >> - unsigned long in) >> +static int __virtblk_add_req(struct virtqueue *vq, >> + struct virtblk_req *vbr) >> { >> - return virtqueue_add_buf(vq, vbr->sg, out, in, vbr, GFP_ATOMIC); >> + struct scatterlist hdr, tailer, *sgs[3]; > > 'status' might be better than 'tailer'. We are using status in other > places. Indeed, done. > Reviewed-by: Asias He <asias@xxxxxxxxxx> Thanks, Rusty. _______________________________________________ Virtualization mailing list Virtualization@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linuxfoundation.org/mailman/listinfo/virtualization