> Hi Paolo,
> 
> your patch looks good, but maybe you could modify the signatures
> of readv, writev to match the Linux originals (missing const, use int):
> 
>     ssize_t readv(int fd, const struct iovec *iov, int iovcnt);
>     ssize_t writev(int fd, const struct iovec *iov, int iovcnt);
> 
> In an updated patch the tab characters could be replaced by a space
> to make checkpatch.pl happy.

Ok, I'll send it tomorrow.  I'll make a pull request myself to
streamline the process in time for -rc0.

Paolo

Reply via email to