diff options
| author | Dave Chinner <david@fromorbit.com> | 2016-07-20 11:54:37 +1000 |
|---|---|---|
| committer | Dave Chinner <david@fromorbit.com> | 2016-07-20 11:54:37 +1000 |
| commit | b47ec80bfe1eadd530a13522890d43d71eda10f8 (patch) | |
| tree | 29e95ca6aebb2f6a911fdfb33cdf8f5b794c1779 /fs/xfs/xfs_aops.h | |
| parent | bbfeb6141fcc8e2aea47b2f235cc8cc8ffb4a293 (diff) | |
| parent | 16d4d43595b4780daac8fcea6d042689124cb094 (diff) | |
| download | linux-b47ec80bfe1eadd530a13522890d43d71eda10f8.tar.gz linux-b47ec80bfe1eadd530a13522890d43d71eda10f8.tar.bz2 linux-b47ec80bfe1eadd530a13522890d43d71eda10f8.zip | |
Merge branch 'xfs-4.8-split-dax-dio' into for-next
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, int xfs_get_blocks_dax_fault(struct inode *inode, sector_t offset, struct buffer_head *map_bh, int create); +int xfs_end_io_direct_write(struct kiocb *iocb, loff_t offset, + ssize_t size, void *private); + extern void xfs_count_page_state(struct page *, int *, int *); extern struct block_device *xfs_find_bdev_for_inode(struct inode *); |
