diff options
Diffstat (limited to 'fs/xfs/xfs_bmap_util.h')
| -rw-r--r-- | fs/xfs/xfs_bmap_util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/xfs/xfs_bmap_util.h b/fs/xfs/xfs_bmap_util.h index 900747b25772..935ed2b24edf 100644 --- a/fs/xfs/xfs_bmap_util.h +++ b/fs/xfs/xfs_bmap_util.h | |||
| @@ -99,6 +99,8 @@ int xfs_free_file_space(struct xfs_inode *ip, xfs_off_t offset, | |||
| 99 | xfs_off_t len); | 99 | xfs_off_t len); |
| 100 | int xfs_zero_file_space(struct xfs_inode *ip, xfs_off_t offset, | 100 | int xfs_zero_file_space(struct xfs_inode *ip, xfs_off_t offset, |
| 101 | xfs_off_t len); | 101 | xfs_off_t len); |
| 102 | int xfs_collapse_file_space(struct xfs_inode *, xfs_off_t offset, | ||
| 103 | xfs_off_t len); | ||
| 102 | 104 | ||
| 103 | /* EOF block manipulation functions */ | 105 | /* EOF block manipulation functions */ |
| 104 | bool xfs_can_free_eofblocks(struct xfs_inode *ip, bool force); | 106 | bool xfs_can_free_eofblocks(struct xfs_inode *ip, bool force); |
