]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/proc/task_nommu.c
Merge remote-tracking branch 'drm/drm-next'
[karo-tx-linux.git] / fs / proc / task_nommu.c
index 599ec2e201043ea8f210a7c15a13c4e7eab22440..e0d64c92e4f6576c38a8a4a7cc9b8d13a2b3362e 100644 (file)
@@ -180,7 +180,7 @@ static int nommu_vma_show(struct seq_file *m, struct vm_area_struct *vma,
 
        if (file) {
                seq_pad(m, ' ');
-               seq_path(m, &file->f_path, "");
+               seq_file_path(m, file, "");
        } else if (mm) {
                pid_t tid = pid_of_stack(priv, vma, is_pid);