]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/hpfs/hpfs_fn.h
drop unused dentry argument to ->fsync
[net-next-2.6.git] / fs / hpfs / hpfs_fn.h
index 97bf738cd5d65117b4610a707738dd9accd8c2eb..75f9d43248511843334923c2f38b7f1e36d47245 100644 (file)
@@ -268,7 +268,7 @@ void hpfs_set_ea(struct inode *, struct fnode *, const char *,
 
 /* file.c */
 
-int hpfs_file_fsync(struct file *, struct dentry *, int);
+int hpfs_file_fsync(struct file *, int);
 extern const struct file_operations hpfs_file_ops;
 extern const struct inode_operations hpfs_file_iops;
 extern const struct address_space_operations hpfs_aops;