commit | 4f6f0bd2ffa4e31c3524f5e65c84a29b6ab73307 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@suse.de> | Sun Apr 02 23:04:46 2006 +0200 |
committer | Jens Axboe <axboe@suse.de> | Sun Apr 02 23:04:46 2006 +0200 |
tree | 682ab1b41c3ee799d37bfa1874c79ae92b3755fd | |
parent | 53cd9ae886273d6c2b8ba4aa63d6cd6b1217b57f [diff] |
[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: Jens Axboe <axboe@suse.de>