Skip to content
Commit 4f6f0bd2 authored by Jens Axboe's avatar Jens Axboe
Browse files

[PATCH] splice: improve writeback and clean up page stealing



By cleaning up the writeback logic (killing write_one_page() and the manual
set_page_dirty()), we can get rid of ->stolen inside the pipe_buffer and
just keep it local in pipe_to_file().

This also adds dirty page balancing logic and O_SYNC handling.

Signed-off-by: default avatarJens Axboe <axboe@suse.de>
parent 53cd9ae8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment