sendfile: remove bad_sendfile() from bad_file_ops
authorJens Axboe <jens.axboe@oracle.com>
Mon, 4 Jun 2007 08:25:05 +0000 (10:25 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 10 Jul 2007 06:04:15 +0000 (08:04 +0200)
commitd6f517568f9f5c26e7404a336c7289d5b4b293ec
tree46fc69e6c0909caea988f3b5fe84de1c54b289ff
parentae976416464b741913a13eea62eb6953ee065733
sendfile: remove bad_sendfile() from bad_file_ops

do_sendfile() prefers splice over sendfile, so it should not trigger
(directly, at least).

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fs/bad_inode.c