提交 a1f6dbac 编写于 作者: A Al Viro

dma-buf: don't open-code atomic_long_read()

... not to mention that even atomic_long_read() is too low-level here -
there's file_count().
Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 8e3fb059
...@@ -799,7 +799,7 @@ static int dma_buf_describe(struct seq_file *s) ...@@ -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", seq_printf(s, "%08zu\t%08x\t%08x\t%08ld\t%s\n",
buf_obj->size, buf_obj->size,
buf_obj->file->f_flags, buf_obj->file->f_mode, 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); buf_obj->exp_name);
seq_puts(s, "\tAttached Devices:\n"); seq_puts(s, "\tAttached Devices:\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册