diff options
Diffstat (limited to 'fs/xfs/xfs_bmap_util.h')
| -rw-r--r-- | fs/xfs/xfs_bmap_util.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/fs/xfs/xfs_bmap_util.h b/fs/xfs/xfs_bmap_util.h index 87363d136bb6..7a78229cf1a7 100644 --- a/fs/xfs/xfs_bmap_util.h +++ b/fs/xfs/xfs_bmap_util.h @@ -80,4 +80,7 @@ int xfs_bmap_count_blocks(struct xfs_trans *tp, struct xfs_inode *ip,  			  int whichfork, xfs_extnum_t *nextents,  			  xfs_filblks_t *count); +int	xfs_flush_unmap_range(struct xfs_inode *ip, xfs_off_t offset, +			      xfs_off_t len); +  #endif	/* __XFS_BMAP_UTIL_H__ */ | 
