commit | 5ffc4ef45b3b0a57872f631b4e4ceb8ace0d7496 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Fri Jun 01 11:49:19 2007 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Tue Jul 10 08:04:13 2007 +0200 |
tree | 437ec32a58ac5e4794565b2bbb3da6611f0d6a04 | |
parent | 534f2aaa6ab07cd71164180bc958a7dcde41db11 [diff] |
sendfile: remove .sendfile from filesystems that use generic_file_sendfile() They can use generic_file_splice_read() instead. Since sys_sendfile() now prefers that, there should be no change in behaviour. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>