loop: convert to using splice_direct_to_actor() instead of sendfile()
authorJens Axboe <jens.axboe@oracle.com>
Tue, 12 Jun 2007 19:20:37 +0000 (21:20 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 10 Jul 2007 06:04:14 +0000 (08:04 +0200)
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>

No differences found