fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
[linux-flexiantxendom0-3.2.10.git] / fs / fuse / fuse_i.h
index b788bec..c6aa2d4 100644 (file)
@@ -589,7 +589,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