]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[XFS] remove sendfile leftovers
authorChristoph Hellwig <hch@lst.de>
Mon, 21 Apr 2008 07:25:35 +0000 (17:25 +1000)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Tue, 29 Apr 2008 06:08:14 +0000 (16:08 +1000)
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>
fs/xfs/linux-2.6/xfs_lrw.h
fs/xfs/xfs_vnodeops.h

index e1d498b4ba7a98e1a9bf0049c165d6331290b7a3..e6be37dbd0e9f8865e81e5b442758d2c7d24dcaa 100644 (file)
@@ -50,7 +50,6 @@ struct xfs_iomap;
 #define        XFS_INVAL_CACHED        18
 #define        XFS_DIORD_ENTER         19
 #define        XFS_DIOWR_ENTER         20
-#define        XFS_SENDFILE_ENTER      21
 #define        XFS_WRITEPAGE_ENTER     22
 #define        XFS_RELEASEPAGE_ENTER   23
 #define        XFS_INVALIDPAGE_ENTER   24
index 827afc997008e3ac31b60256d76ed19b76bac79d..8abe8f186e2019fbebcb5debcb26940ebe0ee077 100644 (file)
@@ -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);