commit | 1db60cf2056511c7c8cebcbaee308ef6c79b4728 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Tue Jun 12 08:43:46 2007 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Tue Jul 10 08:04:15 2007 +0200 |
tree | 4bdb5616abcd48d8b0e08b1fde90f0f4b38a118d | |
parent | 497f9625c2bbd6a8525fb2eedb22a382a6a8253c [diff] |
relay: use splice_to_pipe() instead of open-coding the pipe loop It cleans up the relay splice implementation a lot, and gets rid of a lot of internal pipe knowledge that should not be in there. Plus fixes for padding and partial first page (and lots more) from Tom Zanussi. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>