Skip to content

Commit

Permalink
jfs: Add splice support
Browse files Browse the repository at this point in the history
This allows the splice() and tee() syscalls to be used with JFS.

Signed-off-by: Daniel Drake <ddrake@brontes3d.com>
Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
  • Loading branch information
Daniel Drake authored and Dave Kleikamp committed Oct 30, 2006
1 parent 209ad53 commit 89f6822
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fs/jfs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ const struct file_operations jfs_file_operations = {
.aio_write = generic_file_aio_write,
.mmap = generic_file_mmap,
.sendfile = generic_file_sendfile,
.splice_read = generic_file_splice_read,
.splice_write = generic_file_splice_write,
.fsync = jfs_fsync,
.release = jfs_release,
.ioctl = jfs_ioctl,
Expand Down

0 comments on commit 89f6822

Please sign in to comment.