mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-10 22:25:24 +09: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>