mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-28 01:19:09 +00:00
annotate poll_table_entry->key
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
0169943775
commit
ddc0505fbd
@ -75,7 +75,7 @@ static inline void init_poll_funcptr(poll_table *pt, poll_queue_proc qproc)
|
||||
|
||||
struct poll_table_entry {
|
||||
struct file *filp;
|
||||
unsigned long key;
|
||||
__poll_t key;
|
||||
wait_queue_entry_t wait;
|
||||
wait_queue_head_t *wait_address;
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user