[PATCH] ntfs: change uses of f_{dentry, vfsmnt} to use f_path
[powerpc.git] / fs / ntfs / file.c
index ae2fe00..076c942 100644 (file)
@@ -2162,7 +2162,7 @@ static ssize_t ntfs_file_aio_write_nolock(struct kiocb *iocb,
                goto out;
        if (!count)
                goto out;
-       err = remove_suid(file->f_dentry);
+       err = remove_suid(file->f_path.dentry);
        if (err)
                goto out;
        file_update_time(file);