Merge branch 'xfs-dax-updates' into for-next
[cascardo/linux.git] / fs / xfs / xfs_mount.h
index 6db5fc0..b570984 100644 (file)
@@ -338,4 +338,7 @@ extern int  xfs_dev_is_read_only(struct xfs_mount *, char *);
 
 extern void    xfs_set_low_space_thresholds(struct xfs_mount *);
 
+int    xfs_zero_extent(struct xfs_inode *ip, xfs_fsblock_t start_fsb,
+                       xfs_off_t count_fsb);
+
 #endif /* __XFS_MOUNT_H__ */