Merge tag 'for-v4.3-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux...
[firefly-linux-kernel-4.4.55.git] / fs / proc / nommu.c
index d4a35746cab91f8967dc83b7466fd572a77ae8d4..f8595e8b5cd067e474d1ca2c9a20d60fd0ec903d 100644 (file)
@@ -64,7 +64,7 @@ static int nommu_region_show(struct seq_file *m, struct vm_region *region)
 
        if (file) {
                seq_pad(m, ' ');
-               seq_path(m, &file->f_path, "");
+               seq_file_path(m, file, "");
        }
 
        seq_putc(m, '\n');