d_path: Make seq_path() use a struct path argument
[sfrench/cifs-2.6.git] / fs / proc / task_mmu.c
index 4c4f99fb1bfc8cd1363bdb7cd56611ee8fba089b..49958cffbd8da91d4505a55ee5cbb9a353555c1b 100644 (file)
@@ -271,7 +271,7 @@ static int show_map(struct seq_file *m, void *v)
         */
        if (file) {
                pad_len_spaces(m, len);
-               seq_path(m, file->f_path.mnt, file->f_path.dentry, "\n");
+               seq_path(m, &file->f_path, "\n");
        } else {
                const char *name = arch_vma_name(vma);
                if (!name) {