drop unused dentry argument to ->fsync
[linux-2.6-block.git] / fs / fat / fat.h
index 53dba57b49a1c8439947ce3addf7e5f6bd8f06aa..a1c8c4b44fdbcc59d5adecb1b12ecc5d894b1878 100644 (file)
@@ -309,8 +309,7 @@ extern int fat_setattr(struct dentry * dentry, struct iattr * attr);
 extern void fat_truncate(struct inode *inode);
 extern int fat_getattr(struct vfsmount *mnt, struct dentry *dentry,
                       struct kstat *stat);
-extern int fat_file_fsync(struct file *file, struct dentry *dentry,
-                         int datasync);
+extern int fat_file_fsync(struct file *file, int datasync);
 
 /* fat/inode.c */
 extern void fat_attach(struct inode *inode, loff_t i_pos);