drop unused dentry argument to ->fsync
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:

committed by
Al Viro

parent
cc967be547
commit
7ea8085910
@@ -274,7 +274,7 @@ static int ecryptfs_release(struct inode *inode, struct file *file)
|
||||
}
|
||||
|
||||
static int
|
||||
ecryptfs_fsync(struct file *file, struct dentry *dentry, int datasync)
|
||||
ecryptfs_fsync(struct file *file, int datasync)
|
||||
{
|
||||
return vfs_fsync(ecryptfs_file_to_lower(file), datasync);
|
||||
}
|
||||
|
Reference in New Issue
Block a user