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/affs/affs.h b/fs/affs/affs.h index 861dae6..f05b615 100644 --- a/fs/affs/affs.h +++ b/fs/affs/affs.h
@@ -183,7 +183,7 @@ 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 */