commit | 534f2aaa6ab07cd71164180bc958a7dcde41db11 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Fri Jun 01 14:52:37 2007 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Tue Jul 10 08:04:12 2007 +0200 |
tree | 4c2557f4c4c3913bbc5e282c98559ef70b92fd4b | |
parent | 6a14b90bb6bc7cd83e2a444bf457a2ea645cbfe7 [diff] |
sys_sendfile: switch to using ->splice_read, if available 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>