]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/xfs/xfs_aops.h
xfs: fix inode size update overflow in xfs_map_direct()
[karo-tx-linux.git] / fs / xfs / xfs_aops.h
index 86afd1ac7895f8d225fa2da2285c03f7014666e3..d39ba25ccc98e511b94a3d8c20cb483c7c237066 100644 (file)
@@ -58,6 +58,8 @@ int   xfs_get_blocks(struct inode *inode, sector_t offset,
                       struct buffer_head *map_bh, int create);
 int    xfs_get_blocks_direct(struct inode *inode, sector_t offset,
                              struct buffer_head *map_bh, int create);
+int    xfs_get_blocks_dax_fault(struct inode *inode, sector_t offset,
+                                struct buffer_head *map_bh, int create);
 void   xfs_end_io_dax_write(struct buffer_head *bh, int uptodate);
 
 extern void xfs_count_page_state(struct page *, int *, int *);