Re: [PATCH 039/104] virtiofsd: Plumb fuse_bufvec through to do_write_buf

2020-01-17 Thread Masayoshi Mizuma
On Thu, Dec 12, 2019 at 04:37:59PM +, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Let fuse_session_process_buf_int take a fuse_bufvec * instead of a > fuse_buf; and then through to do_write_buf - where in the best > case it can pass that straight through to op.wr

[PATCH 039/104] virtiofsd: Plumb fuse_bufvec through to do_write_buf

2019-12-12 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Let fuse_session_process_buf_int take a fuse_bufvec * instead of a fuse_buf; and then through to do_write_buf - where in the best case it can pass that straight through to op.write_buf without copying (other than skipping a header). Signed-off-by: Dr. David Alan G