commit | fd5821404e6823997666d668f62c76eae228abc9 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Tue Jun 12 21:20:37 2007 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Tue Jul 10 08:04:14 2007 +0200 |
tree | 6d818f0d0201d0b0553aa0e50376802318e627af | |
parent | 130610d6f681c5d970340897f5db000d04a7ef78 [diff] |
loop: convert to using splice_direct_to_actor() instead of sendfile() This gets rid of the dependency on ->sendfile() for receiving data and converts loop to ->splice_read() instead. Also includes an IV offset fix from Hugh Dickins. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>