commit | 016b661e2f717168e600f3c85f29e1a49f88e004 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@suse.de> | Tue Apr 25 15:42:00 2006 +0200 |
committer | Jens Axboe <axboe@nelson.home.kernel.dk> | Wed Apr 26 10:33:34 2006 +0200 |
tree | 3ddf0f8a49c752cdd1187b5633c04400fcf42619 | |
parent | ba5f5d90c45a30e4e9a1bd136acf1b3973c905c8 [diff] |
[PATCH] splice: fix offset problems Make the move_from_pipe() actors return number of bytes processed, then move_from_pipe() can decide more cleverly when to move on to the next buffer. This fixes problems with pipe offset and differing file offset. Signed-off-by: Jens Axboe <axboe@suse.de>