[PATCH 1/5] Use wake_up_locked() in eventpoll

2007-10-24 Thread Matthew Wilcox
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 +++

[PATCH 1/5] Use wake_up_locked() in eventpoll

2007-10-24 Thread Matthew Wilcox
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 +++

Re: [PATCH 1/5] Use wake_up_locked() in eventpoll

2007-10-19 Thread Matthew Wilcox
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 :)

Re: [PATCH 1/5] Use wake_up_locked() in eventpoll

2007-10-19 Thread Matthew Wilcox
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 :) I

Re: [PATCH 1/5] Use wake_up_locked() in eventpoll

2007-10-18 Thread Arjan van de Ven
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

[PATCH 1/5] Use wake_up_locked() in eventpoll

2007-10-18 Thread Matthew Wilcox
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 +++

Re: [PATCH 1/5] Use wake_up_locked() in eventpoll

2007-10-18 Thread Arjan van de Ven
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

[PATCH 1/5] Use wake_up_locked() in eventpoll

2007-10-18 Thread Matthew Wilcox
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 +++

[PATCH 1/5] Use wake_up_locked() in eventpoll

2007-09-01 Thread Matthew Wilcox
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 +++

[PATCH 1/5] Use wake_up_locked() in eventpoll

2007-09-01 Thread Matthew Wilcox
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 +++