Remove remnants of sendfile()
authorJens Axboe <jens.axboe@oracle.com>
Mon, 11 Jun 2007 10:18:52 +0000 (12:18 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 10 Jul 2007 06:04:15 +0000 (08:04 +0200)
There are now zero users of .sendfile() in the kernel, so kill
it from the file_operations structure and in do_sendfile().

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

No differences found