drop unused dentry argument to ->fsync
[linux-2.6-block.git] / fs / ubifs / ubifs.h
index bd2542dad014c947f27c0145b7985bc8fdcee4e1..b0904536cc1c0dabf32919e381885e47e89e68e8 100644 (file)
@@ -1678,7 +1678,7 @@ const struct ubifs_lprops *ubifs_fast_find_frdi_idx(struct ubifs_info *c);
 int ubifs_calc_dark(const struct ubifs_info *c, int spc);
 
 /* file.c */
-int ubifs_fsync(struct file *file, struct dentry *dentry, int datasync);
+int ubifs_fsync(struct file *file, int datasync);
 int ubifs_setattr(struct dentry *dentry, struct iattr *attr);
 
 /* dir.c */