Преглед изворни кода

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;
 };