浏览代码

dmabuf: annotate dma_buf->active

Contains POLL... bitmaps

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Al Viro 8 年之前
父节点
当前提交
01e5d55629
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/linux/dma-buf.h

+ 1 - 1
include/linux/dma-buf.h

@@ -301,7 +301,7 @@ struct dma_buf {
 		struct dma_fence_cb cb;
 		wait_queue_head_t *poll;
 
-		unsigned long active;
+		__poll_t active;
 	} cb_excl, cb_shared;
 };