Replace the uses of __wake_up_locked with wake_up_locked
Signed-off-by: Matthew Wilcox <[EMAIL PROTECTED]>
---
fs/eventpoll.c | 11 ---
1 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/fs/eventpoll.c b/fs/eventpoll.c
index 34f68f3..81c04ab 100644
--- a/fs/eventpoll.c
+++ b
On Thu, Oct 18, 2007 at 08:56:23PM -0700, Arjan van de Ven wrote:
> Have you tested this patch with LOCKDEP enabled? eventpoll is... tricky
> in what it does with waitqueues and locks and some of this stuff is
> there, afaik, to deal with that. You're now changing this ... call me
> chicken :)
On Thu, 18 Oct 2007 18:25:58 -0400
Matthew Wilcox <[EMAIL PROTECTED]> wrote:
Have you tested this patch with LOCKDEP enabled? eventpoll is... tricky
in what it does with waitqueues and locks and some of this stuff is
there, afaik, to deal with that. You're now changing this ... call me
chicken
Replace the uses of __wake_up_locked with wake_up_locked
Signed-off-by: Matthew Wilcox <[EMAIL PROTECTED]>
---
fs/eventpoll.c | 11 ---
1 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/fs/eventpoll.c b/fs/eventpoll.c
index 77b9953..72e4cb4 100644
--- a/fs/eventpoll.c
+++ b
Replace the uses of __wake_up_locked with wake_up_locked
Signed-off-by: Matthew Wilcox <[EMAIL PROTECTED]>
---
fs/eventpoll.c | 11 ---
1 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/fs/eventpoll.c b/fs/eventpoll.c
index 77b9953..72e4cb4 100644
--- a/fs/eventpoll.c
+++ b
5 matches
Mail list logo