Skip to content
Snippets Groups Projects
Commit 3c3db095 authored by Miklos Szeredi's avatar Miklos Szeredi
Browse files

fuse: use iov_iter based generic splice helpers


The default splice implementation is grossly inefficient and the iter based
ones work just fine, so use those instead.  I've measured an 8x speedup for
splice write (with len = 128k).

Signed-off-by: default avatarMiklos Szeredi <mszeredi@redhat.com>
parent 23c94e1c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment