summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_file.h')
-rw-r--r--fs/xfs/xfs_file.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/xfs/xfs_file.h b/fs/xfs/xfs_file.h
index 7d39e3eca56d..2ad91f755caf 100644
--- a/fs/xfs/xfs_file.h
+++ b/fs/xfs/xfs_file.h
@@ -9,4 +9,7 @@
extern const struct file_operations xfs_file_operations;
extern const struct file_operations xfs_dir_file_operations;
+bool xfs_is_falloc_aligned(struct xfs_inode *ip, loff_t pos,
+ long long int len);
+
#endif /* __XFS_FILE_H__ */