From 18963c01b8abf381f102752ce024c3582a716125 Mon Sep 17 00:00:00 2001 From: Davide Libenzi Date: Fri, 18 May 2007 12:02:33 -0700 Subject: [PATCH] timerfd use waitqueue lock ... 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 Signed-off-by: Linus Torvalds --- Reading git-format-patch failed