]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/fuse/fuse_i.h
drop unused dentry argument to ->fsync
[net-next-2.6.git] / fs / fuse / fuse_i.h
index 01cc462ff45d5ccdf0bc0bc0526e493ed60fc729..2c0d14a86779358309222d3f7b6a5719eda5a82c 100644 (file)
@@ -568,8 +568,7 @@ void fuse_release_common(struct file *file, int opcode);
 /**
  * Send FSYNC or FSYNCDIR request
  */
-int fuse_fsync_common(struct file *file, struct dentry *de, int datasync,
-                     int isdir);
+int fuse_fsync_common(struct file *file, int datasync, int isdir);
 
 /**
  * Notify poll wakeup