[PATCH] ioremap balanced with iounmap for drivers/video/vesafb
[sfrench/cifs-2.6.git] / mm / mempolicy.c
index b917d6fdc1bb45e01ab7d03ee5f227fa33080daf..da9463946556311e9e0945583fd76cdd432298e5 100644 (file)
@@ -1857,7 +1857,7 @@ int show_numa_map(struct seq_file *m, void *v)
 
        if (file) {
                seq_printf(m, " file=");
-               seq_path(m, file->f_vfsmnt, file->f_dentry, "\n\t= ");
+               seq_path(m, file->f_path.mnt, file->f_path.dentry, "\n\t= ");
        } else if (vma->vm_start <= mm->brk && vma->vm_end >= mm->start_brk) {
                seq_printf(m, " heap");
        } else if (vma->vm_start <= mm->start_stack &&