aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 34c22d695011..346036a84f18 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1853,9 +1853,6 @@ extern loff_t do_clone_file_range(struct file *file_in, loff_t pos_in,
1853extern loff_t vfs_clone_file_range(struct file *file_in, loff_t pos_in, 1853extern loff_t vfs_clone_file_range(struct file *file_in, loff_t pos_in,
1854 struct file *file_out, loff_t pos_out, 1854 struct file *file_out, loff_t pos_out,
1855 loff_t len, unsigned int remap_flags); 1855 loff_t len, unsigned int remap_flags);
1856extern int vfs_dedupe_file_range_compare(struct inode *src, loff_t srcoff,
1857 struct inode *dest, loff_t destoff,
1858 loff_t len, bool *is_same);
1859extern int vfs_dedupe_file_range(struct file *file, 1856extern int vfs_dedupe_file_range(struct file *file,
1860 struct file_dedupe_range *same); 1857 struct file_dedupe_range *same);
1861extern loff_t vfs_dedupe_file_range_one(struct file *src_file, loff_t src_pos, 1858extern loff_t vfs_dedupe_file_range_one(struct file *src_file, loff_t src_pos,