diff options
author | Dave Chinner <dchinner@redhat.com> | 2012-03-06 23:50:24 -0500 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2012-03-15 14:40:16 -0400 |
commit | 6eb2466036358078aed9a65d702cbc97baf0ce65 (patch) | |
tree | 5b1e68b8cf0afdc6007c3fd976ba55484a8e42ba /fs | |
parent | f30d500f809eca67a21704347ab14bb35877b5ee (diff) |
xfs: remove remaining scraps of struct xfs_iomap
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/xfs/xfs_vnode.h | 1 | ||||
-rw-r--r-- | fs/xfs/xfs_vnodeops.h | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/fs/xfs/xfs_vnode.h b/fs/xfs/xfs_vnode.h index 7c220b4227bc..db14d0c08682 100644 --- a/fs/xfs/xfs_vnode.h +++ b/fs/xfs/xfs_vnode.h | |||
@@ -22,7 +22,6 @@ | |||
22 | 22 | ||
23 | struct file; | 23 | struct file; |
24 | struct xfs_inode; | 24 | struct xfs_inode; |
25 | struct xfs_iomap; | ||
26 | struct attrlist_cursor_kern; | 25 | struct attrlist_cursor_kern; |
27 | 26 | ||
28 | /* | 27 | /* |
diff --git a/fs/xfs/xfs_vnodeops.h b/fs/xfs/xfs_vnodeops.h index 0c877cbde142..447e146b2ba6 100644 --- a/fs/xfs/xfs_vnodeops.h +++ b/fs/xfs/xfs_vnodeops.h | |||
@@ -10,7 +10,6 @@ struct kiocb; | |||
10 | struct pipe_inode_info; | 10 | struct pipe_inode_info; |
11 | struct uio; | 11 | struct uio; |
12 | struct xfs_inode; | 12 | struct xfs_inode; |
13 | struct xfs_iomap; | ||
14 | 13 | ||
15 | 14 | ||
16 | int xfs_setattr_nonsize(struct xfs_inode *ip, struct iattr *vap, int flags); | 15 | int xfs_setattr_nonsize(struct xfs_inode *ip, struct iattr *vap, int flags); |
@@ -49,8 +48,6 @@ int xfs_attr_set(struct xfs_inode *dp, const unsigned char *name, | |||
49 | int xfs_attr_remove(struct xfs_inode *dp, const unsigned char *name, int flags); | 48 | int xfs_attr_remove(struct xfs_inode *dp, const unsigned char *name, int flags); |
50 | int xfs_attr_list(struct xfs_inode *dp, char *buffer, int bufsize, | 49 | int xfs_attr_list(struct xfs_inode *dp, char *buffer, int bufsize, |
51 | int flags, struct attrlist_cursor_kern *cursor); | 50 | int flags, struct attrlist_cursor_kern *cursor); |
52 | int xfs_bmap(struct xfs_inode *ip, xfs_off_t offset, ssize_t count, | ||
53 | int flags, struct xfs_iomap *iomapp, int *niomaps); | ||
54 | void xfs_tosspages(struct xfs_inode *inode, xfs_off_t first, | 51 | void xfs_tosspages(struct xfs_inode *inode, xfs_off_t first, |
55 | xfs_off_t last, int fiopt); | 52 | xfs_off_t last, int fiopt); |
56 | int xfs_flushinval_pages(struct xfs_inode *ip, xfs_off_t first, | 53 | int xfs_flushinval_pages(struct xfs_inode *ip, xfs_off_t first, |