]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/ncpfs/file.c
drop unused dentry argument to ->fsync
[net-next-2.6.git] / fs / ncpfs / file.c
index b93870892892126ec4926fe59f396989f636745a..3639cc5cbdae58d8961308c77caf70f2535db579 100644 (file)
@@ -22,7 +22,7 @@
 #include <linux/ncp_fs.h>
 #include "ncplib_kernel.h"
 
-static int ncp_fsync(struct file *file, struct dentry *dentry, int datasync)
+static int ncp_fsync(struct file *file, int datasync)
 {
        return 0;
 }