mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
__poll_t is also used as wait key in some waitqueues. Verify that wait_..._poll() gets __poll_t as key and provide a helper for wakeup functions to get back to that __poll_t value. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>