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/fuse/fuse_i.h b/fs/fuse/fuse_i.h index 01cc462..2c0d14a 100644 --- a/fs/fuse/fuse_i.h +++ b/fs/fuse/fuse_i.h
@@ -568,8 +568,7 @@ /** * Send FSYNC or FSYNCDIR request */ -int fuse_fsync_common(struct file *file, struct dentry *de, int datasync, - int isdir); +int fuse_fsync_common(struct file *file, int datasync, int isdir); /** * Notify poll wakeup