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
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