mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-31 16:26:41 +09:00
The timerfd was using the unlocked waitqueue operations, but it was using a different lock, so poll_wait() would race with it. This makes timerfd directly use the waitqueue lock. Signed-off-by: Davide Libenzi <davidel@xmailserver.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
5.0 KiB
5.0 KiB