commit | 7ea8085910ef3dd4f3cad6845aaa2b580d39b115 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed May 26 17:53:25 2010 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu May 27 22:05:02 2010 -0400 |
tree | d9c1edb5906f943f7d70bfb4b65106e29772d379 | |
parent | cc967be54710d97c05229b2e5ba2d00df84ddd64 [diff] [blame] |
drop unused dentry argument to ->fsync Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/ncpfs/file.c b/fs/ncpfs/file.c index b938708..3639cc5 100644 --- a/fs/ncpfs/file.c +++ b/fs/ncpfs/file.c
@@ -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; }