X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=fs%2Fproc%2Fnommu.c;h=f8595e8b5cd067e474d1ca2c9a20d60fd0ec903d;hb=2e5735f4c377377cb738270024083f74ee058877;hp=d4a35746cab91f8967dc83b7466fd572a77ae8d4;hpb=54f8c2aa146ac5def8c2337b7b1d3b38c58be393;p=firefly-linux-kernel-4.4.55.git diff --git a/fs/proc/nommu.c b/fs/proc/nommu.c index d4a35746cab9..f8595e8b5cd0 100644 --- a/fs/proc/nommu.c +++ b/fs/proc/nommu.c @@ -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');