commit | d48eb2331595224ffe89665e79721d44b40bb047 | [log] [tgz] |
---|---|---|
author | Davide Libenzi <davidel@xmailserver.org> | Fri May 18 12:02:33 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Fri May 18 13:09:34 2007 -0700 |
tree | b4e398ec71e0775a441329b60cb0771c43e92c54 | |
parent | 347b4599dd6ffef27e18c227532d1ec66556000b [diff] |
eventfd use waitqueue lock ... The eventfd was using the unlocked waitqueue operations, but it was using a different lock, so poll_wait() would race with it. This makes eventfd directly use the waitqueue lock. Signed-off-by: Davide Libenzi <davidel@xmailserver.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>