]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/affs/affs.h
drop unused dentry argument to ->fsync
[net-next-2.6.git] / fs / affs / affs.h
index 861dae68ac12f0b5ea5861e87997ecb78dc97202..f05b6155ccc8fa045983ab5ef89b7a4b1c926fd1 100644 (file)
@@ -183,7 +183,7 @@ extern int                   affs_add_entry(struct inode *dir, struct inode *inode, struct dent
 
 void           affs_free_prealloc(struct inode *inode);
 extern void    affs_truncate(struct inode *);
-int            affs_file_fsync(struct file *, struct dentry *, int);
+int            affs_file_fsync(struct file *, int);
 
 /* dir.c */