sendfile: remove .sendfile from filesystems that use generic_file_sendfile()
authorJens Axboe <jens.axboe@oracle.com>
Fri, 1 Jun 2007 09:49:19 +0000 (11:49 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 10 Jul 2007 06:04:13 +0000 (08:04 +0200)
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>

No differences found