diff options
author | Christoph Hellwig <hch@lst.de> | 2016-11-24 03:40:14 +0300 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2016-11-24 03:40:14 +0300 |
commit | 6edc977f775e5ac10655b03607ef091d2b06f2f6 (patch) | |
tree | 888768b5099d90fa70125f710b93bbbd861f0e5f /fs/xfs/libxfs/xfs_bmap.h | |
parent | 4ab8671c19620f335d97673f941a631e15aa0d6e (diff) | |
download | linux-6edc977f775e5ac10655b03607ef091d2b06f2f6.tar.xz |
xfs: remove xfs_bmap_search_extents
Now that all users are gone.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/libxfs/xfs_bmap.h')
-rw-r--r-- | fs/xfs/libxfs/xfs_bmap.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/xfs/libxfs/xfs_bmap.h b/fs/xfs/libxfs/xfs_bmap.h index e3c2b5adf505..ffed1f9208ce 100644 --- a/fs/xfs/libxfs/xfs_bmap.h +++ b/fs/xfs/libxfs/xfs_bmap.h @@ -237,10 +237,6 @@ int xfs_bmap_shift_extents(struct xfs_trans *tp, struct xfs_inode *ip, struct xfs_defer_ops *dfops, enum shift_direction direction, int num_exts); int xfs_bmap_split_extent(struct xfs_inode *ip, xfs_fileoff_t split_offset); -struct xfs_bmbt_rec_host * - xfs_bmap_search_extents(struct xfs_inode *ip, xfs_fileoff_t bno, - int fork, int *eofp, xfs_extnum_t *lastxp, - struct xfs_bmbt_irec *gotp, struct xfs_bmbt_irec *prevp); int xfs_bmapi_reserve_delalloc(struct xfs_inode *ip, int whichfork, xfs_fileoff_t aoff, xfs_filblks_t len, struct xfs_bmbt_irec *got, xfs_extnum_t *lastx, int eof); |