xfs: remove xfs_wait_on_pages()
It's just a simple wrapper around a VFS function that is only called by another function in xfs_fs_subr.c. Remove it and call the VFS function directly. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Andrew Dahl <adahl@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com>
This commit is contained in:
@@ -52,7 +52,6 @@ int xfs_flushinval_pages(struct xfs_inode *ip, xfs_off_t first,
|
||||
xfs_off_t last, int fiopt);
|
||||
int xfs_flush_pages(struct xfs_inode *ip, xfs_off_t first,
|
||||
xfs_off_t last, uint64_t flags, int fiopt);
|
||||
int xfs_wait_on_pages(struct xfs_inode *ip, xfs_off_t first, xfs_off_t last);
|
||||
|
||||
int xfs_zero_eof(struct xfs_inode *, xfs_off_t, xfs_fsize_t);
|
||||
int xfs_free_eofblocks(struct xfs_mount *, struct xfs_inode *, bool);
|
||||
|
Reference in New Issue
Block a user