aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_vnodeops.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2008-04-21 17:25:35 +1000
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>2008-04-29 16:08:14 +1000
commit3a738a5c73e0617d11b27ac46dd6a1a8f752017b (patch)
tree3fc1681b62e07bbbf98b1e656c567bc4e2580311 /fs/xfs/xfs_vnodeops.h
parent[XFS] allow enabling CONFIG_XFS_DEBUG (diff)
downloadlinux-dev-3a738a5c73e0617d11b27ac46dd6a1a8f752017b.tar.xz
linux-dev-3a738a5c73e0617d11b27ac46dd6a1a8f752017b.zip
[XFS] remove sendfile leftovers
Remove the last sendfile leftovers in mainline. This code is already gone in CVS. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_vnodeops.h')
-rw-r--r--fs/xfs/xfs_vnodeops.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/xfs/xfs_vnodeops.h b/fs/xfs/xfs_vnodeops.h
index 827afc997008..8abe8f186e20 100644
--- a/fs/xfs/xfs_vnodeops.h
+++ b/fs/xfs/xfs_vnodeops.h
@@ -60,9 +60,6 @@ int xfs_ioctl(struct xfs_inode *ip, struct file *filp,
ssize_t xfs_read(struct xfs_inode *ip, struct kiocb *iocb,
const struct iovec *iovp, unsigned int segs,
loff_t *offset, int ioflags);
-ssize_t xfs_sendfile(struct xfs_inode *ip, struct file *filp,
- loff_t *offset, int ioflags, size_t count,
- read_actor_t actor, void *target);
ssize_t xfs_splice_read(struct xfs_inode *ip, struct file *infilp,
loff_t *ppos, struct pipe_inode_info *pipe, size_t count,
int flags, int ioflags);