]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/fuse/fuse_i.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi...
[karo-tx-linux.git] / fs / fuse / fuse_i.h
index eb8c6135fbbf2b0d9c225b322e6e4ab6f2b1eac0..cf6db0a932192c30d6dc65a327cca84e7258a5dc 100644 (file)
@@ -595,7 +595,8 @@ void fuse_release_common(struct file *file, int opcode);
 /**
  * Send FSYNC or FSYNCDIR request
  */
-int fuse_fsync_common(struct file *file, int datasync, int isdir);
+int fuse_fsync_common(struct file *file, loff_t start, loff_t end,
+                     int datasync, int isdir);
 
 /**
  * Notify poll wakeup