diff options
author | Dave Chinner <dchinner@redhat.com> | 2015-01-09 10:47:14 +1100 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2015-01-09 10:47:14 +1100 |
commit | aa5d95c1b57792119804c587b9a468019219d7e0 (patch) | |
tree | 6675ab0010fc8d97028acf7b222f4f8b02e66d7e /fs/xfs/xfs_bmap_util.h | |
parent | 9799b438ce21662fa173ffc0b30d93567a71dfa0 (diff) |
xfs: move xfs_bmap_finish prototype
This function is used libxfs code, but is implemented separately in
userspace. Move the function prototype to xfs_bmap.h so that the
prototype is shared even if the implementations aren't.
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/xfs_bmap_util.h')
-rw-r--r-- | fs/xfs/xfs_bmap_util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_bmap_util.h b/fs/xfs/xfs_bmap_util.h index 1fce0f36482..736429a72a1 100644 --- a/fs/xfs/xfs_bmap_util.h +++ b/fs/xfs/xfs_bmap_util.h @@ -28,8 +28,6 @@ struct xfs_mount; struct xfs_trans; struct xfs_bmalloca; -int xfs_bmap_finish(struct xfs_trans **tp, struct xfs_bmap_free *flist, - int *committed); int xfs_bmap_rtalloc(struct xfs_bmalloca *ap); int xfs_bmap_eof(struct xfs_inode *ip, xfs_fileoff_t endoff, int whichfork, int *eof); |