diff options
author | Davide Libenzi <davidel@xmailserver.org> | 2007-05-18 21:02:33 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-18 22:09:34 +0200 |
commit | 18963c01b8abf381f102752ce024c3582a716125 (patch) | |
tree | 6c7e594804608be82ec3988399e905e20d486f51 /fs/nls | |
parent | eventfd use waitqueue lock ... (diff) | |
download | linux-18963c01b8abf381f102752ce024c3582a716125.tar.xz linux-18963c01b8abf381f102752ce024c3582a716125.zip |
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 <davidel@xmailserver.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/nls')
0 files changed, 0 insertions, 0 deletions