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