Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queued
[linux-2.6-microblaze.git] / drivers / dma-buf / dma-buf.c
index f3014c4..5be225c 100644 (file)
@@ -799,7 +799,7 @@ static int dma_buf_describe(struct seq_file *s)
                seq_printf(s, "%08zu\t%08x\t%08x\t%08ld\t%s\n",
                                buf_obj->size,
                                buf_obj->file->f_flags, buf_obj->file->f_mode,
-                               (long)(buf_obj->file->f_count.counter),
+                               file_count(buf_obj->file),
                                buf_obj->exp_name);
 
                seq_puts(s, "\tAttached Devices:\n");