]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/linux/fs.h
vfs: plumb remap flags through the vfs clone functions
[linux.git] / include / linux / fs.h
index c72d8c3c065a807645bc06ffc706c961ac88a1f1..1c5e55d2a67d30094962a31cf3d0eea4e259c799 100644 (file)
@@ -1848,10 +1848,10 @@ extern int generic_remap_file_range_prep(struct file *file_in, loff_t pos_in,
                                         unsigned int remap_flags);
 extern loff_t do_clone_file_range(struct file *file_in, loff_t pos_in,
                                  struct file *file_out, loff_t pos_out,
-                                 loff_t len);
+                                 loff_t len, unsigned int remap_flags);
 extern loff_t vfs_clone_file_range(struct file *file_in, loff_t pos_in,
                                   struct file *file_out, loff_t pos_out,
-                                  loff_t len);
+                                  loff_t len, unsigned int remap_flags);
 extern int vfs_dedupe_file_range_compare(struct inode *src, loff_t srcoff,
                                         struct inode *dest, loff_t destoff,
                                         loff_t len, bool *is_same);