Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89f68225 authored by Daniel Drake's avatar Daniel Drake Committed by Dave Kleikamp
Browse files

jfs: Add splice support



This allows the splice() and tee() syscalls to be used with JFS.

Signed-off-by: default avatarDaniel Drake <ddrake@brontes3d.com>
Signed-off-by: default avatarDave Kleikamp <shaggy@austin.ibm.com>
parent 209ad53b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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,