[patch 5/5] vfs: remove mode parameter from vfs_symlink()
[safe/jmp/linux-2.6] / mm / filemap_xip.c
index 3e744ab..98a3f31 100644 (file)
@@ -380,7 +380,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_path.dentry);
+       ret = file_remove_suid(filp);
        if (ret)
                goto out_backing;