Commit 6eb24660 authored by Dave Chinner's avatar Dave Chinner Committed by Ben Myers

xfs: remove remaining scraps of struct xfs_iomap

Signed-off-by: default avatarDave Chinner <dchinner@redhat.com>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Reviewed-by: default avatarMark Tinguely <tinguely@sgi.com>
Signed-off-by: default avatarBen Myers <bpm@sgi.com>
parent f30d500f
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
struct file; struct file;
struct xfs_inode; struct xfs_inode;
struct xfs_iomap;
struct attrlist_cursor_kern; struct attrlist_cursor_kern;
/* /*
......
...@@ -10,7 +10,6 @@ struct kiocb; ...@@ -10,7 +10,6 @@ struct kiocb;
struct pipe_inode_info; struct pipe_inode_info;
struct uio; struct uio;
struct xfs_inode; struct xfs_inode;
struct xfs_iomap;
int xfs_setattr_nonsize(struct xfs_inode *ip, struct iattr *vap, int flags); 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,8 +48,6 @@ int xfs_attr_set(struct xfs_inode *dp, const unsigned char *name,
int xfs_attr_remove(struct xfs_inode *dp, const unsigned char *name, int flags); int xfs_attr_remove(struct xfs_inode *dp, const unsigned char *name, int flags);
int xfs_attr_list(struct xfs_inode *dp, char *buffer, int bufsize, int xfs_attr_list(struct xfs_inode *dp, char *buffer, int bufsize,
int flags, struct attrlist_cursor_kern *cursor); int flags, struct attrlist_cursor_kern *cursor);
int xfs_bmap(struct xfs_inode *ip, xfs_off_t offset, ssize_t count,
int flags, struct xfs_iomap *iomapp, int *niomaps);
void xfs_tosspages(struct xfs_inode *inode, xfs_off_t first, void xfs_tosspages(struct xfs_inode *inode, xfs_off_t first,
xfs_off_t last, int fiopt); xfs_off_t last, int fiopt);
int xfs_flushinval_pages(struct xfs_inode *ip, xfs_off_t first, int xfs_flushinval_pages(struct xfs_inode *ip, xfs_off_t first,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment