Re: [PATCH 11/30] virtiofsd: fuse: Make iov_length usable outside fuse_lowlevel.c

2019-10-22 Thread Dr. David Alan Gilbert
* Marc-André Lureau (marcandre.lur...@gmail.com) wrote: > Hi > > On Mon, Oct 21, 2019 at 1:24 PM Dr. David Alan Gilbert (git) > wrote: > > > > From: "Dr. David Alan Gilbert" > > > > Signed-off-by: Dr. David Alan Gilbert > > Similar function already exists in util/iov.c, iov_size() > > Perhaps

Re: [PATCH 11/30] virtiofsd: fuse: Make iov_length usable outside fuse_lowlevel.c

2019-10-21 Thread Marc-André Lureau
Hi On Mon, Oct 21, 2019 at 1:24 PM Dr. David Alan Gilbert (git) wrote: > > From: "Dr. David Alan Gilbert" > > Signed-off-by: Dr. David Alan Gilbert Similar function already exists in util/iov.c, iov_size() Perhaps you could link with util/iov.o and others to avoid code duplication. > --- >

[PATCH 11/30] virtiofsd: fuse: Make iov_length usable outside fuse_lowlevel.c

2019-10-21 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Signed-off-by: Dr. David Alan Gilbert --- contrib/virtiofsd/fuse_lowlevel.c | 2 +- contrib/virtiofsd/fuse_lowlevel.h | 9 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/contrib/virtiofsd/fuse_lowlevel.c b/contrib/virtiofsd/fuse_lowlevel