Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: Miklos Szeredi <[email protected]>
- Loading branch information