Explorar o código

dmabuf: annotate dma_buf->active

Contains POLL... bitmaps

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Al Viro %!s(int64=8) %!d(string=hai) anos
pai
achega
01e5d55629
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 };