diff options
Diffstat (limited to 'fs/xfs/xfs_inode.h')
-rw-r--r-- | fs/xfs/xfs_inode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/xfs/xfs_inode.h b/fs/xfs/xfs_inode.h index ca9e11989cbd..ed7e9339c7e9 100644 --- a/fs/xfs/xfs_inode.h +++ b/fs/xfs/xfs_inode.h | |||
@@ -437,6 +437,8 @@ int xfs_update_prealloc_flags(struct xfs_inode *ip, | |||
437 | int xfs_zero_eof(struct xfs_inode *ip, xfs_off_t offset, | 437 | int xfs_zero_eof(struct xfs_inode *ip, xfs_off_t offset, |
438 | xfs_fsize_t isize, bool *did_zeroing); | 438 | xfs_fsize_t isize, bool *did_zeroing); |
439 | int xfs_iozero(struct xfs_inode *ip, loff_t pos, size_t count); | 439 | int xfs_iozero(struct xfs_inode *ip, loff_t pos, size_t count); |
440 | loff_t __xfs_seek_hole_data(struct inode *inode, loff_t start, | ||
441 | loff_t eof, int whence); | ||
440 | 442 | ||
441 | 443 | ||
442 | /* from xfs_iops.c */ | 444 | /* from xfs_iops.c */ |