Re: [Virtio-fs] [PATCH 0/7] virtiofsd: Few cleanups in virtio_send_data_iov()

2021-05-17 Thread Vivek Goyal
On Thu, May 13, 2021 at 03:50:33PM -0500, Connor Kuehl wrote: > On 5/11/21 4:37 PM, Vivek Goyal wrote: > > Hi, > > > > Code in virtio_send_data_iov() little twisted and complicated. This > > patch series just tries to simplify it a bit to make it little easier > > to read this piece of code. > >

Re: [Virtio-fs] [PATCH 0/7] virtiofsd: Few cleanups in virtio_send_data_iov()

2021-05-13 Thread Connor Kuehl
On 5/11/21 4:37 PM, Vivek Goyal wrote: > Hi, > > Code in virtio_send_data_iov() little twisted and complicated. This > patch series just tries to simplify it a bit to make it little easier > to read this piece of code. > > Thanks > Vivek > > Vivek Goyal (7): > virtiofsd: Check for EINTR in

Re: [PATCH 0/7] virtiofsd: Few cleanups in virtio_send_data_iov()

2021-05-11 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20210511213736.281016-1-vgo...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20210511213736.281016-1-vgo...@redhat.com Subject: [PATCH 0/7] virtiofsd: Few cleanups

[PATCH 0/7] virtiofsd: Few cleanups in virtio_send_data_iov()

2021-05-11 Thread Vivek Goyal
Hi, Code in virtio_send_data_iov() little twisted and complicated. This patch series just tries to simplify it a bit to make it little easier to read this piece of code. Thanks Vivek Vivek Goyal (7): virtiofsd: Check for EINTR in preadv() and retry virtiofsd: Get rid of unreachable code in