[XFS] Provide XFS support for the splice syscall.
Signed-off-by: Nathan Scott <nathans@sgi.com>
This commit is contained in:
@@ -4648,6 +4648,10 @@ vnodeops_t xfs_vnodeops = {
|
||||
.vop_read = xfs_read,
|
||||
#ifdef HAVE_SENDFILE
|
||||
.vop_sendfile = xfs_sendfile,
|
||||
#endif
|
||||
#ifdef HAVE_SPLICE
|
||||
.vop_splice_read = xfs_splice_read,
|
||||
.vop_splice_write = xfs_splice_write,
|
||||
#endif
|
||||
.vop_write = xfs_write,
|
||||
.vop_ioctl = xfs_ioctl,
|
||||
|
||||
Reference in New Issue
Block a user