Merge branch 'master' of git://1984.lsi.us.es/nf
[linux-block.git] / fs / proc / fd.c
index f28a875f8779f8cd1fec3ff8869eb4b2d802764c..d7a4a28ef63024c66ef862594701d1e389e77a47 100644 (file)
@@ -50,6 +50,8 @@ static int seq_show(struct seq_file *m, void *v)
        if (!ret) {
                 seq_printf(m, "pos:\t%lli\nflags:\t0%o\n",
                           (long long)file->f_pos, f_flags);
+               if (file->f_op->show_fdinfo)
+                       ret = file->f_op->show_fdinfo(m, file);
                fput(file);
        }