[patch 2/2] timerfd use waitqueue lock ...

2007-05-18 Thread Davide Libenzi
The timerfd was using the unlocked waitqueue operations, but it was using a different lock, so poll_wait() would race with it. This patch makes timerfd directly use the waitqueue lock. Signed-off-by: Davide Libenzi <[EMAIL PROTECTED]> - Davide Index: linux-2.6.mod/fs/timerfd.c

[patch 2/2] timerfd use waitqueue lock ...

2007-05-18 Thread Davide Libenzi
The timerfd was using the unlocked waitqueue operations, but it was using a different lock, so poll_wait() would race with it. This patch makes timerfd directly use the waitqueue lock. Signed-off-by: Davide Libenzi [EMAIL PROTECTED] - Davide Index: linux-2.6.mod/fs/timerfd.c