diff options
| author | Jens Axboe <jens.axboe@oracle.com> | 2007-06-01 05:49:19 -0400 |
|---|---|---|
| committer | Jens Axboe <jens.axboe@oracle.com> | 2007-07-10 02:04:13 -0400 |
| commit | 5ffc4ef45b3b0a57872f631b4e4ceb8ace0d7496 (patch) | |
| tree | 437ec32a58ac5e4794565b2bbb3da6611f0d6a04 /fs/hfsplus | |
| 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>
Diffstat (limited to 'fs/hfsplus')
| -rw-r--r-- | fs/hfsplus/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hfsplus/inode.c b/fs/hfsplus/inode.c index 45dab5d6cc10..409ce5429c91 100644 --- a/fs/hfsplus/inode.c +++ b/fs/hfsplus/inode.c | |||
| @@ -288,7 +288,7 @@ static const struct file_operations hfsplus_file_operations = { | |||
| 288 | .write = do_sync_write, | 288 | .write = do_sync_write, |
| 289 | .aio_write = generic_file_aio_write, | 289 | .aio_write = generic_file_aio_write, |
| 290 | .mmap = generic_file_mmap, | 290 | .mmap = generic_file_mmap, |
| 291 | .sendfile = generic_file_sendfile, | 291 | .splice_read = generic_file_splice_read, |
| 292 | .fsync = file_fsync, | 292 | .fsync = file_fsync, |
| 293 | .open = hfsplus_file_open, | 293 | .open = hfsplus_file_open, |
| 294 | .release = hfsplus_file_release, | 294 | .release = hfsplus_file_release, |
