diff options
Diffstat (limited to 'fs/proc/nommu.c')
-rw-r--r-- | fs/proc/nommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
64 | 64 | ||
65 | if (file) { | 65 | if (file) { |
66 | seq_pad(m, ' '); | 66 | seq_pad(m, ' '); |
67 | seq_path(m, &file->f_path, ""); | 67 | seq_file_path(m, file, ""); |
68 | } | 68 | } |
69 | 69 | ||
70 | seq_putc(m, '\n'); | 70 | seq_putc(m, '\n'); |