diff options
Diffstat (limited to 'fs/xfs/xfs_vnodeops.h')
-rw-r--r-- | fs/xfs/xfs_vnodeops.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_vnodeops.h b/fs/xfs/xfs_vnodeops.h index 447e146b2ba6..52fafc416a0c 100644 --- a/fs/xfs/xfs_vnodeops.h +++ b/fs/xfs/xfs_vnodeops.h | |||
@@ -57,5 +57,6 @@ int xfs_flush_pages(struct xfs_inode *ip, xfs_off_t first, | |||
57 | int xfs_wait_on_pages(struct xfs_inode *ip, xfs_off_t first, xfs_off_t last); | 57 | int xfs_wait_on_pages(struct xfs_inode *ip, xfs_off_t first, xfs_off_t last); |
58 | 58 | ||
59 | int xfs_zero_eof(struct xfs_inode *, xfs_off_t, xfs_fsize_t); | 59 | int xfs_zero_eof(struct xfs_inode *, xfs_off_t, xfs_fsize_t); |
60 | int xfs_free_eofblocks(struct xfs_mount *, struct xfs_inode *, bool); | ||
60 | 61 | ||
61 | #endif /* _XFS_VNODEOPS_H */ | 62 | #endif /* _XFS_VNODEOPS_H */ |