From: Al Viro Date: Tue, 4 Jul 2017 03:53:17 +0000 (-0400) Subject: dmabuf: annotate dma_buf->active X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=01e5d5562988efdebd6502a7e528d9bd5b8ca200;p=openwrt%2Fstaging%2Fblogic.git dmabuf: annotate dma_buf->active Contains POLL... bitmaps Signed-off-by: Al Viro --- diff --git a/include/linux/dma-buf.h b/include/linux/dma-buf.h index 79f27d60ec66..085db2fee2d7 100644 --- a/include/linux/dma-buf.h +++ b/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; };