Re: [PATCH 2/8] Add interface for queuing work on a specific CPU

2008-02-11 Thread Oleg Nesterov
Sorry for delay, On 02/07, Andrew Morton wrote: > > On Thu, 7 Feb 2008 10:18:59 +0100 Jens Axboe <[EMAIL PROTECTED]> wrote: > > > --- a/kernel/workqueue.c > > +++ b/kernel/workqueue.c > > @@ -175,6 +175,21 @@ int fastcall queue_work(struct workqueue_struct *wq, > > struct work_struct *work) > >

Re: [PATCH 2/8] Add interface for queuing work on a specific CPU

2008-02-07 Thread Harvey Harrison
On Thu, 2008-02-07 at 10:49 +0100, Jens Axboe wrote: > On Thu, Feb 07 2008, Andrew Morton wrote: > > On Thu, 7 Feb 2008 10:18:59 +0100 Jens Axboe <[EMAIL PROTECTED]> wrote: > > > > > Signed-off-by: Jens Axboe <[EMAIL PROTECTED]> > > > --- > > > include/linux/workqueue.h |1 + > > > kernel/wo

Re: [PATCH 2/8] Add interface for queuing work on a specific CPU

2008-02-07 Thread Jens Axboe
On Thu, Feb 07 2008, Andrew Morton wrote: > On Thu, 7 Feb 2008 10:18:59 +0100 Jens Axboe <[EMAIL PROTECTED]> wrote: > > > Signed-off-by: Jens Axboe <[EMAIL PROTECTED]> > > --- > > include/linux/workqueue.h |1 + > > kernel/workqueue.c| 15 +++ > > 2 files changed, 16 in

Re: [PATCH 2/8] Add interface for queuing work on a specific CPU

2008-02-07 Thread Andrew Morton
On Thu, 7 Feb 2008 10:18:59 +0100 Jens Axboe <[EMAIL PROTECTED]> wrote: > Signed-off-by: Jens Axboe <[EMAIL PROTECTED]> > --- > include/linux/workqueue.h |1 + > kernel/workqueue.c| 15 +++ > 2 files changed, 16 insertions(+), 0 deletions(-) > > diff --git a/include/li

[PATCH 2/8] Add interface for queuing work on a specific CPU

2008-02-07 Thread Jens Axboe
Signed-off-by: Jens Axboe <[EMAIL PROTECTED]> --- include/linux/workqueue.h |1 + kernel/workqueue.c| 15 +++ 2 files changed, 16 insertions(+), 0 deletions(-) diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h index 7f28c32..4c46944 100644 --- a/include/