mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-06 06:35:12 +00:00
dmabuf: annotate dma_buf->active
Contains POLL... bitmaps Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
58e3b60298
commit
01e5d55629
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue