]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/proc/nommu.c
ACPI PM: Restore the 2.6.24 suspend ordering
[linux-2.6-omap-h63xx.git] / fs / proc / nommu.c
index 5d9147b9d7380c35a4610de862f12ca4503a2c8a..941e95114b5a3bb3f248f41e15652da2f06ad0fa 100644 (file)
@@ -67,7 +67,7 @@ int nommu_vma_show(struct seq_file *m, struct vm_area_struct *vma)
                if (len < 1)
                        len = 1;
                seq_printf(m, "%*c", len, ' ');
-               seq_path(m, file->f_path.mnt, file->f_path.dentry, "");
+               seq_path(m, &file->f_path, "");
        }
 
        seq_putc(m, '\n');