diff options
author | Christoph Hellwig <hch@lst.de> | 2008-04-21 03:25:35 -0400 |
---|---|---|
committer | Lachlan McIlroy <lachlan@redback.melbourne.sgi.com> | 2008-04-29 02:08:14 -0400 |
commit | 3a738a5c73e0617d11b27ac46dd6a1a8f752017b (patch) | |
tree | 3fc1681b62e07bbbf98b1e656c567bc4e2580311 /fs/xfs/xfs_vnodeops.h | |
parent | 7788fae6cce616fe2c624273fcfe54cf50f5c38b (diff) |
[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.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/xfs/xfs_vnodeops.h b/fs/xfs/xfs_vnodeops.h index 827afc99700..8abe8f186e2 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, | |||
60 | ssize_t xfs_read(struct xfs_inode *ip, struct kiocb *iocb, | 60 | ssize_t xfs_read(struct xfs_inode *ip, struct kiocb *iocb, |
61 | const struct iovec *iovp, unsigned int segs, | 61 | const struct iovec *iovp, unsigned int segs, |
62 | loff_t *offset, int ioflags); | 62 | loff_t *offset, int ioflags); |
63 | ssize_t xfs_sendfile(struct xfs_inode *ip, struct file *filp, | ||
64 | loff_t *offset, int ioflags, size_t count, | ||
65 | read_actor_t actor, void *target); | ||
66 | ssize_t xfs_splice_read(struct xfs_inode *ip, struct file *infilp, | 63 | ssize_t xfs_splice_read(struct xfs_inode *ip, struct file *infilp, |
67 | loff_t *ppos, struct pipe_inode_info *pipe, size_t count, | 64 | loff_t *ppos, struct pipe_inode_info *pipe, size_t count, |
68 | int flags, int ioflags); | 65 | int flags, int ioflags); |