sys_sendfile: switch to using ->splice_read, if available
authorJens Axboe <jens.axboe@oracle.com>
Fri, 1 Jun 2007 12:52:37 +0000 (14:52 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 10 Jul 2007 06:04:12 +0000 (08:04 +0200)
This patch makes sendfile prefer to use ->splice_read(), if it's
available in the file_operations structure.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>

No differences found