summaryrefslogtreecommitdiffstats
path: root/fs/ncpfs/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ncpfs/file.c')
-rw-r--r--fs/ncpfs/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ncpfs/file.c b/fs/ncpfs/file.c
index 9a302a213..9a2067848 100644
--- a/fs/ncpfs/file.c
+++ b/fs/ncpfs/file.c
@@ -24,7 +24,7 @@ static inline int min(int a, int b)
return a < b ? a : b;
}
-static int ncp_fsync(struct inode *inode, struct file *file)
+static int ncp_fsync(struct file *file, struct dentry *dentry)
{
return 0;
}