[PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_path
[deliverable/linux.git] / mm / filemap_xip.c
index b4fd0d7c9bfb23e08e2380d9b06bca14de4a95e7..8d667617f55847903ad1d364f6ee7fde3612f069 100644 (file)
@@ -379,7 +379,7 @@ xip_file_write(struct file *filp, const char __user *buf, size_t len,
        if (count == 0)
                goto out_backing;
 
-       ret = remove_suid(filp->f_dentry);
+       ret = remove_suid(filp->f_path.dentry);
        if (ret)
                goto out_backing;
 
This page took 0.029431 seconds and 5 git commands to generate.