summaryrefslogtreecommitdiffstats
path: root/kernel/fs/proc/nommu.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/fs/proc/nommu.c')
-rw-r--r--kernel/fs/proc/nommu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/fs/proc/nommu.c b/kernel/fs/proc/nommu.c
index d4a35746c..f8595e8b5 100644
--- a/kernel/fs/proc/nommu.c
+++ b/kernel/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');