mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-09 09:42:27 +00:00
It's more efficient for sendfile() emulation. Basically we cache an internal private pipe and just use that as the intermediate area for pages. Direct splicing is not available from sys_splice(), it is only meant to be used for sendfile() emulation. Additional patch from Ingo Molnar to avoid the PIPE_BUFFERS loop at exit for the normal fast path. Signed-off-by: Jens Axboe <axboe@suse.de>
41 KiB
41 KiB