]> Pileus Git - ~andy/linux/blobdiff - fs/ecryptfs/file.c
Merge remote branch 'origin/master'
[~andy/linux] / fs / ecryptfs / file.c
index e7440a6f5ebf0cffb9e9bee7a770b80553e72b15..e8fcf4e2ed7d1c7022e386d499348d10b29f55cf 100644 (file)
@@ -274,11 +274,9 @@ 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),
-                        ecryptfs_dentry_to_lower(dentry),
-                        datasync);
+       return vfs_fsync(ecryptfs_file_to_lower(file), datasync);
 }
 
 static int ecryptfs_fasync(int fd, struct file *file, int flag)