+11
−13
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>