diff options
Diffstat (limited to 'fs/xfs/xfs_aops.h')
-rw-r--r-- | fs/xfs/xfs_aops.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/xfs/xfs_aops.h b/fs/xfs/xfs_aops.h index 814aab790713..bf2d9a141a73 100644 --- a/fs/xfs/xfs_aops.h +++ b/fs/xfs/xfs_aops.h | |||
@@ -60,6 +60,9 @@ int xfs_get_blocks_direct(struct inode *inode, sector_t offset, | |||
60 | int xfs_get_blocks_dax_fault(struct inode *inode, sector_t offset, | 60 | int xfs_get_blocks_dax_fault(struct inode *inode, sector_t offset, |
61 | struct buffer_head *map_bh, int create); | 61 | struct buffer_head *map_bh, int create); |
62 | 62 | ||
63 | int xfs_end_io_direct_write(struct kiocb *iocb, loff_t offset, | ||
64 | ssize_t size, void *private); | ||
65 | |||
63 | extern void xfs_count_page_state(struct page *, int *, int *); | 66 | extern void xfs_count_page_state(struct page *, int *, int *); |
64 | extern struct block_device *xfs_find_bdev_for_inode(struct inode *); | 67 | extern struct block_device *xfs_find_bdev_for_inode(struct inode *); |
65 | 68 | ||