提交 89f68225 编写于 作者: D Daniel Drake 提交者: Dave Kleikamp

jfs: Add splice support

This allows the splice() and tee() syscalls to be used with JFS.
Signed-off-by: NDaniel Drake <ddrake@brontes3d.com>
Signed-off-by: NDave Kleikamp <shaggy@austin.ibm.com>
上级 209ad53b
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册