projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58e3b60
)
dmabuf: annotate dma_buf->active
author
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 4 Jul 2017 03:53:17 +0000
(23:53 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 27 Nov 2017 21:19:56 +0000
(16:19 -0500)
Contains POLL... bitmaps
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/linux/dma-buf.h
patch
|
blob
|
history
diff --git
a/include/linux/dma-buf.h
b/include/linux/dma-buf.h
index 79f27d60ec66aec020fcabf01204fa51354f16c6..085db2fee2d71b603bee462dc29c7cccb4010866 100644
(file)
--- 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;
};