Re: [PATCH -mm][AIO] AIO completion signal notification fixes and cleanups

2007-02-06 Thread Sébastien Dugué
On Tue, 6 Feb 2007 14:05:39 +0300 Oleg Nesterov <[EMAIL PROTECTED]> wrote: > On 02/06, S?bastien Dugu? wrote: > > > > @@ -970,8 +969,14 @@ static long aio_setup_sigevent(struct ai > > rcu_read_lock(); > > target = sigevent_find_task(&event); > > > > - if (unlikely(!target)) > > + if

Re: [PATCH -mm][AIO] AIO completion signal notification fixes and cleanups

2007-02-06 Thread Oleg Nesterov
On 02/06, S?bastien Dugu? wrote: > > @@ -970,8 +969,14 @@ static long aio_setup_sigevent(struct ai > rcu_read_lock(); > target = sigevent_find_task(&event); > > - if (unlikely(!target)) > + if (unlikely(!target)) { > + /* > + * Revert notify to SIGEV_

[PATCH -mm][AIO] AIO completion signal notification fixes and cleanups

2007-02-06 Thread Sébastien Dugué
Andrew, here is another incremental patch which does a bit of cleanup as well as fixing a possible release on a task ref that was not taken. Thanks, Sébastien. From: Sébastien Dugué <[EMAIL PROTECTED]> AIO completion signal notification misc fixes and cleanups This patches cl