diff options
Diffstat (limited to 'fs/xfs/xfs_bmap.h')
| -rw-r--r-- | fs/xfs/xfs_bmap.h | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/xfs/xfs_bmap.h b/fs/xfs/xfs_bmap.h index 71ec9b6ecdf..3651191daea 100644 --- a/fs/xfs/xfs_bmap.h +++ b/fs/xfs/xfs_bmap.h @@ -394,6 +394,11 @@ xfs_bmap_count_blocks(  	int			whichfork,  	int			*count); +int +xfs_bmap_punch_delalloc_range( +	struct xfs_inode	*ip, +	xfs_fileoff_t		start_fsb, +	xfs_fileoff_t		length);  #endif	/* __KERNEL__ */  #endif	/* __XFS_BMAP_H__ */  |