diff options
Diffstat (limited to 'fs/xfs/xfs_aops.h')
-rw-r--r-- | fs/xfs/xfs_aops.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_aops.h b/fs/xfs/xfs_aops.h index bf2d9a141a73..1950e3bca2ac 100644 --- a/fs/xfs/xfs_aops.h +++ b/fs/xfs/xfs_aops.h | |||
@@ -62,6 +62,7 @@ int xfs_get_blocks_dax_fault(struct inode *inode, sector_t offset, | |||
62 | 62 | ||
63 | int xfs_end_io_direct_write(struct kiocb *iocb, loff_t offset, | 63 | int xfs_end_io_direct_write(struct kiocb *iocb, loff_t offset, |
64 | ssize_t size, void *private); | 64 | ssize_t size, void *private); |
65 | int xfs_setfilesize(struct xfs_inode *ip, xfs_off_t offset, size_t size); | ||
65 | 66 | ||
66 | extern void xfs_count_page_state(struct page *, int *, int *); | 67 | extern void xfs_count_page_state(struct page *, int *, int *); |
67 | extern struct block_device *xfs_find_bdev_for_inode(struct inode *); | 68 | extern struct block_device *xfs_find_bdev_for_inode(struct inode *); |