commit | d96e6e71647846e0dab097efd9b8bf3a3a556dca | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Mon Jun 11 12:18:52 2007 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Tue Jul 10 08:04:15 2007 +0200 |
tree | b6d88df83dae5ab470ad51af77b42a5c22a93dc9 | |
parent | d054fe3d10cc1f9aec01378c38caa32dffdd0090 [diff] |
Remove remnants of sendfile() 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>